Regular Event Scripts |
Regular Events are events which occur at a specific set instance, as opposed to special events, which have variable occurences. Regular events in
OnIdenticalCopies. Every single printed item.
|
When you set a value greater than one in the Copies option on the Print dialog, |
OnNewRecord. Each new record (input file data only). When reading from a data source file, an OnNewRecord event script will be executed each time a new record is read from your database or text file at print-time.
OnPrePrompt. Just before displaying the data entry form, if data entry is enabled.
OnPostPrompt. After a user has pressed OK to close the data entry form.
OnPrintEnd. When a print job has just finished.
OnPrintStart. When a print job is about to start.
OnScreenUpdate. Any time the string for the associated object is updated on the screen.
OnScreenUpdate is unique because execution is not limited to print time only. Instead, an OnScreenUpdate event script but will execute any time an object is updated on the screen. Objects are updated on the screen in response to a number of events, including clicking OK to return to the template. Although other uses may exist, the most important task for this event is to write scripts that give an on-screen value to a non-printing object that is being used to create a print job log file.
OnSerialize. When serialization might occur.