info("printsequence")

The info(“printsequence”) function returns the record sequence number of the record being printed.


Description

This function returns the record sequence number of the record being printed. Use this function instead of the seq( function if you want to number the records in your report. The first record printed will be 1, the second record 2, etc.

"Record "+info("printsequence")+" of "+info("selected")

See Also


History

VersionStatusNotes
10.0NewNew in this version.