Progress
ADM 2 Reference
collectChanges (datavis.p)
Collects the screen values from the screen to assign them to the appropriate record. Values are collected as a character value of a list form.
Parameters:INPUT-OUTPUT pcChanges AS CHARACTER
A CHR(1)-delimited list made of fields changed with their corresponding value.
INPUT-OUTPUT pcInfo AS CHARACTER
A comma-delimited list with three entries per object containing the number of fields changed, the page number of the object, and its handle. This allows the proper page to be viewed and focus applied to the proper field in the event of an error.
Returns: Nothing (procedure)Notes:
- Invoked from updateRecord and published to any GroupAssign target.
- The collectChanges procedure is not intended to be run from application code. If validation of modified field values is required, this should generally be done using one of the methods in the SmartDataObject (under submitRow), rather than in the associated visualization.
- Only values of fields that are modified are collected. (The MODIFIED attribute is used to determine if the field is modified or not.)
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |