Skip to content

End_of_Data - DataList_

Finds the last record in the main_file of this object, and displays a new list page ending with that record if the find was successful

Type: Procedure

Parameters

Parameter Type Description
NoSave Integer Determines if a changed row should first be saved

Syntax

Procedure End_of_Data Integer NoSave

Call Example

Send End_of_Data NoSave

Description

End_of_data finds the last record in the main_file of this object, and displays a new list page ending with that record if the find was successful. If the find was not successful, clears the list page. The NoSave parameter is ignored in this class, but subclasses may use this flag to inhibit an unintentional save operation when the object is initialized.