Difference between revisions of "ON PAGE"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 21: Line 21:
 
The ON PAGE command is used to specify commands which will execute when the printed output reaches a line number specified by <expN>. The ON PAGE command without any <command> clears the previous ON PAGE.
 
The ON PAGE command is used to specify commands which will execute when the printed output reaches a line number specified by <expN>. The ON PAGE command without any <command> clears the previous ON PAGE.
  
====AT LINE <expN> <command>====
+
The specified command, <command>, may be any Recital/4GL command.
The specified command may be any Recital/4GL command.
+
  
  

Revision as of 16:21, 16 March 2009

ON PAGE

Class

Printing


Purpose

Execute a command when the printed output reaches a specified line number.


Syntax

ON PAGE [AT LINE <expN> <command>]


See Also

EJECT, ON()


Description

The ON PAGE command is used to specify commands which will execute when the printed output reaches a line number specified by <expN>. The ON PAGE command without any <command> clears the previous ON PAGE.

The specified command, <command>, may be any Recital/4GL command.


Example

on page at line 50 do footnote


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer