Progress
ADM 2 Reference
displayFields (browser.p)
Displays the current row values by moving them to the screen values of the browse. Invokes displayObjects to display the values of any other objects that are in the SmartDataBrowser.
This is the SmartDataBrowser version of displayFields.
Parameters:INPUT pcColValues AS CHARACTER
CHR(1)-delimited list of field values. The first entry in the list represents the RowIdent of the row being displayed.
Returns: Nothing (procedure)Notes:
- Ordinarily the columns in each row of a browse are displayed automatically just by the opening of the query with which the browse is associated. Therefore this procedure is only invoked after changes that have been made to a row are saved or undone, necessitating the redisplay of the current row.
- For special display (modifying the value of a column in each row of the browse, for example), use the ROW–DISPLAY trigger of the SmartDataBrowser.
- Runs displayObjects to display any object values that are part of the SmartDataBrowser. These would be additional fields which have been placed into the Frame along with the browse widget.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |