Progress
ADM 2 Reference
doReturnUpd (data.i)
Runs from Commit on the client side. Obtains the latest state of the records in RowObjUpd from the server for refreshing data-display objects.
Parameters:INPUT cUndoIds AS CHARACTER
List of any RowObject ROWIDs for which changes were rejected by a commit. Takes the form of RowNum/ADM-ERROR-STRING pairs, CHR(3) separators inside the pairs, comma separators between the pairs.
Returns: Nothing (procedure)Notes:
- If the error string in cUndoIds is
"
ADM-FIELDS-CHANGED", then another user has changed at least one field value. In this case, RowObjUpd fields will contain the refreshed db values and we pass those values back to the client.- If not autocommit, also reposition here. Otherwise, the caller has both the rowident and more information, (submitCommit knows whether a reopen is required; deleteRow just uses fetchNext if required).
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |