Moves to the first page of records in the data set, and scrolls it into view.
Syntax
TABLE.firstPage()
Return Value
No return value.
Remarks
The number of records displayed in the table is determined by the dataPageSize property of the table. You must set the DATAPAGESIZE attribute when designing the page, or set the corresponding dataPageSize property at run time for this method to have any effect.
Note You do not need to check for boundary conditions.
Applies To
TABLE
See Also