NOTEXT, NOOVERLAY |
Top Previous Next |
Syntax
notext or nooverlay
Description
This keyword specifies that no report text or graphical print stream data should be printed. Typically, this would be placed inside an "if copy n" block in order to add an attachment and prevent overwriting of the form text.
Example:
if copy 2 attach "/usr/UnForm/attachments/attach1.pcl" notext end if
Drivers: all |