trigger print

Interactive trigger for responding to a print request.

Declaration: trigger print
Applies to: Form
Activation: Activated by the structure editor function ^PRINT. (It is not activated by print or print/ask.)
Default behavior: If no ProcScript is present in this trigger, an implicit print/ask is performed, which activates the standard Print form with the following values:
  • Print job model: DEFAULT
  • Print mode: All
Behavior upon completion: None

Description

This trigger is used for processing that is necessary prior to printing a report.

Adding ProcScript in this trigger overrides the default action. If you intend to allow the user to print, you must use the ProcScript statements print or print/ask to activate the Print form.

Related Topics