Previous Next

CREATE-RESULT-LIST-ENTRY( ) method
Creates an entry in the result list for the current row. The developer uses the CREATE-RESULT-LIST-ENTRY method in conjunction with new browse rows or new query rows to synchronize the data with the query.
Return type:
Applies to:
 
Syntax 
CREATE-RESULT-LIST-ENTRY ( )
For browses, this method should be used with a ROW-LEAVE trigger when the NEW-ROW attribute is TRUE. For example, if the user adds a row to an updateable browse, you can use this method to create an entry for the new row in the result list.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.