version 3
PREVIOUS SUBRECORD (subtable)
Parameter | Type | Description | |
subtable | Subtable | Subtable in which to move to | |
the previous selected subrecord |
Description
PREVIOUS SUBRECORD moves the current subrecord pointer to the previous subrecord in the current subselection of subtable. If PREVIOUS SUBRECORD moves the pointer before the first subrecord, Before subselection returns TRUE, and there is no current subrecord. If Before subselection returns TRUE, use FIRST SUBRECORD or LAST SUBRECORD to move the pointer back into the current subselection. If the current subselection is empty, or End subselection returns TRUE, PREVIOUS SUBRECORD has no effect.
Example
See the example for LAST SUBRECORD.
See Also
FIRST SUBRECORD, LAST SUBRECORD, NEXT SUBRECORD.