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: LOGICAL Applies to: BROWSE widget, Query object handle 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.
CREATE-RESULT-LIST-ENTRY ( )