Difference between revisions of "ON PAGE"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Products)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=ON PAGE=
 
 
 
==Class==
 
Printing
 
 
 
 
==Purpose==
 
==Purpose==
 
Execute a command when the printed output reaches a specified line number.
 
Execute a command when the printed output reaches a specified line number.
Line 21: Line 14:
 
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.
+
  
  
Line 32: Line 24:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 15:45, 12 November 2009

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 Server, Recital