ActiveX Automation (formerly called OLE Automation)
is a technology developed by Microsoft that lets programs control
each other. The controlling program is called the client, and the
program being controlled is called the server.
LabelVision works as both an automation client and server, providing
unparalleled integration with other programs.
To understand the power of automation, suppose you want to print
a label from your Visual Basic program. Simply put these two lines
of code in your Visual Basic program:
Set MyLabel
= GetObject("C:\Labels\MyLabel.lbx")
MyLabel.PrintOut
It's that simple. Likewise, LabelVision can control other programs
from within VBScript macros. You can even assign Macros to be triggered
automatically when the label is opened or printed using label Events.
ActiveX Automation is only available as part of the Integration
Edition.