|
|
|
|
version 2003
PA_BeforeSelection (tableNum) → char
| Parameter | Type | Description | |
| tableNum | short | → | Table number |
| Function result | char | ← | 1 if Before Selection is reached, else 0 |
Description
The command
PA_BeforeSelection
returns 1 if the current record pointer is positioned before the first record of the selection for the Table number
tableNum
. Otherwise, it returns 0.
PA_BeforeSelection
also returns 1 if the selection is empty.