info("bof")

The info(“bof”) function returns true if the active record is currently on the first visible (selected) record.


Description

The info(“bof”) function returns true if the active record is currently on the first visible (selected) record. (Note: bof stands for beginning of file.)

This example loops until the database is at the very first record.

loopwhile not info("bof")
    uprecord
endloop

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0