Please enable JavaScript to view this site.

Function that returns a coded string with options for the call to functions LkUpdate and LkUpdateD

 

optimisticLock

BOOL


checks out if the file has not been modified by another user

 

readAfter

BOOL


reads the record again and returns it after the update. Calculated, dictionaries, conversion, formatSpec and originalBuffer will only be effective if this option is true

 

calculated

BOOL


return the resulting values from the calculated dictionaries.

 

conversion

BOOL


execute the defined conversions in the dictionaries before returning.

 

formatSpec

BOOL


execute the defined formats in the dictionaries before returning.

 

originalRecords

BOOL


return a copy of the records in MV format.

 

dictionaries

BOOL


return the File dictionaries.

 

 

       C