Record at Start and at End Functions
Description
As a result of the changes to the Browse, the following new methods are available:
.record_at_start([tableAlias])
returns true if focus is on the first record in the table
.record_at_end([tableAlias])
returns true if focus is on the last record in the table.
Example
Assume you have a button on the Invoice form in Alphasports. This form has 'invoice_items' as a one-to-many child table
topparent.record_at_start("invoice_Items")
Returns .t. if focus is on the first record in the embedded invoice_items Browse.
See Also