VB Scripting Dialog |
Sometimes you may need to perform custom data validation or data processing for an object. The VB Scripting dialog, accessible from the Transform tab of the Data Source property page, enables you to access the Script Assistant so that you can specify your own Visual Basic Script routines for these special circumstances. These scripts will run after the data is processed according to options defined on the Transform tab of the Data Source property page.
For more information, see Visual Basic Scripting in
|
This topic is about using Visual Basic Script to modify an object whose data source type is embedded data, database field, date, or time. If you want a script itself to be the data source for an object, you should set the data source of the object to Visual Basic Script on the Data Source property page. |
Use VB Scripting. When checked, enables Visual Basic Scripting for the selected data source.
Select an event to edit. Defines the event to modify. Options include:
Functions and Sub[routine]s. This item is not really an event, it is simply a collection of Visual Basic Script functions and subroutines (that you write) which can be used by the scripts that you create for genuine events, such as the OnProcessData event.
OnProcessData. During a print job, this event will occur once for every record accessed by the text
OnPostSerialize. This event is listed only if serialization has been enabled on the Serialization dialog. It occurs once for each serialization opportunity
Edit. Opens the Script Assistant.