|
Working with Events in iFix
To write Visual Basic for Applications script that will be executed when one of the standard events on the
Symbol Factory controls fires:
1. Select the control you wish to write script for
2. Right click on the control and select "Edit Script" from the menu that appears
3. This opens the Visual Basic for Applications editor window and places you in the event handler routine
for the object that you selected.
4. Select the event you wish to right code for using the right combo box on the Code window for your object. In this example
the "Click" event of the object "SFStandard1" is shown.
5. You can address the Symbol Factory object you selected's properties using the object name shown in the code window --
SFStandard1 in this example.
For information on VBA syntax and instructions please refer to your iFix Automation Electronic help provided with the iFix
product. This help file is accessible from the Visual Basic editor by clicking on Help->iFix Automation Help on the main menu bar.
Previous - Connecting to a Tag | Return to Using with iFix Menu
|