|
|
The topics contained within this section refer to using Visual Basic scripts within BarTender's user interface. To automate BarTender from an external application, you will need to use BarTender's ActiveX Automation interface or install the BarTender .NET SDK. For more information, refer to the topic |
Providing the data for a data source or object:
Performing special validation or other processing on data from another data source, such as a database or the keyboard: Sometimes your data needs to be validated or processed in an unusual way before printing. Using the VBScript transform, you can modify the data and control data source input. For more information, refer to Using the VBScript Transform.
Altering the data or object formatting at certain intervals:
|
Although Visual Basic Script can be complex enough to be considered a "program:)," there are times when just a single line of Visual Basic Script can prove quite useful. Still, scripting is typically a technique for "power users" and not ideal for computer novices. |
Describes the various types of procedures, sharing script between objects, and how to define global variables.
Explains how to set the data source type, and describes the different types of scripts at your disposal.
Describes how to use the VB Script transform for data processing and validation.