Event Control Scripts |
Event Control Scripts are one of the most advanced features in
Depending on the purpose of your script, you might need it to execute as infrequently as once per print job or as often as every single printed item. These are respectively the least frequent and most frequent "events" that occur in a print job. In between, however, there are a variety of events that happen more frequently than once per job but less frequently than every single item.
To keep things as simple as possible,
Although it is very unlikely you would ever need to do so, every data source on your template could potentially have a separate script for every event type supported by
Listed below are descriptions of some of the most notable kinds of events.
When a print job is about to start.
When a print job has just finished.
Before displaying the data entry form.
After a user has pressed OK to close the data entry form.
On every single printed item. (Can cause significant performance loss.)
On each new record (when reading from a data source file).
When serialization might occur.
To see a list of all the event names as defined in
Set the script Type to "Event Control Scripts."
Click on the Edit button to bring up the Script Assistant.
View the Event List option.