RECNO

This function will return the current record position.

RECNO()


PARAMETERS

NONE

Example:
To automatically display your record position every time you move to a new record, enter the following code in your forms ON CURRENT event. (Note: Assumes you have a TEXTBOX with a tag name of POS)

SETVALUE(~POS~//RECNO())