Lawson ADODB - Update a form field defined as VS Problem

 1 Replies
 0 Subscribed to this topic
 1 Subscribed to this forum
Sort:
Author
Messages
RayB
New Member Send Private Message
Posts: 2
New Member
I am attempting to set the value of the AMD-ORIG-AMT defined as a VS (17 length, 2 decimals) field type on form AR21.3. What would the format string for updating this field? I assumed "0.00;0.00-" but this failed!

BTW I am attempting to upload data from an excel worksheet using vba/adodb.

Thanks,
Ray
RayB
New Member Send Private Message
Posts: 2
New Member
Problem is with Lawson ADO Schema that defines AMD-ORIG-AMT as ADO_LONGPTR type which only allows for Long data type i.e., signed integers only?!?!?!

Ray