|
|
The topics in this section refer to using Visual Basic Script (VBScript) within the BarTender user interface. To automate BarTender from an external application, you must use the BarTender ActiveX Automation interface or install the BarTender .NET SDK. For more information, refer to |
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 must be validated or processed in an unusual way before it is printed. By 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 times:
|
VBScript can be complex enough to be considered a program, but sometimes a single line of VBScript can prove quite useful. Still, scripting is typically a technique for "power users" and is not ideal for computer novices. |
Describes the various types of procedures, how to share script between objects, and how to define global variables.
Explains how to set the data source type, and describes the different types of scripts that are available.
Describes how to use the VB Script transform for data processing and validation.