Difference between revisions of "ON PAGE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==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. | ||
| − | + | The specified command, <command>, may be any Recital/4GL command. | |
| − | + | ||
| Line 32: | Line 24: | ||
==Products== | ==Products== | ||
| − | Recital | + | 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
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