ON PAGE Command
Visual Studio 2005
Specifies a command that executes when printed output reaches a specified line number in a report or when you issue EJECT PAGE.
ON PAGE [AT LINE nLineNumber [Command]]
Parameters
- AT LINE nLineNumber [Command]
-
Specifies the command to execute at the designated line number. The specified command executes when _PLINENO, the system variable that keeps track of the current line number in a report, becomes greater than the line number specified with nLineNumber. The command specified with ON PAGE also executes when you issue EJECT PAGE. For more information, see EJECT PAGE Command.
Reference
EJECT PAGE CommandDO Command
_PLINENO System Variable