Equinox Online Help - Language Reference - A to Z
GroupLastRecord |
|
|---|---|
| Applies to | ![]() |
| Syntax | GroupLastRecord GroupnameExpression |
| Action | [Statement] Allows you to specify a group via the GroupnameExpression parameter rather than defaulting to the current group. |
| Scope | Only usable in forms. |
| Notes | It finds the last record in the specified group. After the statement is executed, the SysError system workarea is set to one of the following values:
|
| Category | Record navigation |
| See Also | FirstRecord, GroupFirstRecord, GroupNextRecord, GroupPreviousRecord, GroupSkipRecord, LastRecord, NextRecord, PreviousRecord, SkipRecord |
| Example | This method selects an index which is based on the customer name and then finds the last record. GroupSetIndex "STOCK", StockCode |
