Result:-Previous - move the cursor to the previous row
|
Calling Sequence
|
|
result:-Previous( )
|
|
Description
|
|
•
|
Previous moves the row cursor maintained within result to the previous row in the table.
|
•
|
If the new Row is a valid row containing table data, Previous returns true. If the new row is before the first row of the table, Previous returns false.
|
•
|
The row cursor can be moved forward using the Next command.
|
|
|
Examples
|
|
Create a Result.
>
|
|
>
|
|
Move the cursor to the end of the table.
>
|
|
Now inspect the table backwards.
>
|
|
| (1) |
|
|
Download Help Document
Was this information helpful?