<< Click to Display Table of Contents >>
ActiveX |
ActiveX objects are COM-based (Component Object Model) software components that can be inserted into an application to perform several tasks. These objects are developed in programming languages such as C/C++, Delphi, and Visual Basic, among others.
Some ActiveX objects are automatically registered when Elipse Power is installed: E3Alarm, E3Browser, and E3Chart (developed by Elipse Software); Microsoft Forms (developed by Microsoft); and Report (ActiveReports, developed by Data Dynamics). E3Alarm, E3Browser, E3Chart, and Report objects have specific chapters further in this Manual. Microsoft Forms objects are described in another topic on this chapter.
NOTE |
For ActiveX objects not previously installed by Elipse Power, these objects must be installed in all computers where an application is executed, specially on Remote Elipse Power Viewers. |
In addition to these ones, users can insert any ActiveX object. To register an ActiveX in Elipse Power, follow these procedures:
1.Open the Tools - Manage Active X menu. The following dialog box is then displayed.
ActiveX Control configuration window
Available options for ActiveX Control configuration window
Option |
Description |
---|---|
Registered controls in Windows |
List with all ActiveX controls registered in Windows and that can be added to Elipse Power |
Registered controls in Elipse Power |
List with all ActiveX controls already registered in Elipse Power |
Register |
Registers the selected control in Elipse Power. If this control is not compatible with Elipse Power, a dialog box is then displayed warning users about this incompatibility |
Remove |
Removes the selected control from the Registered controls in Elipse Power list, moving it back to the Registered controls in Windows list. Controls with an icon cannot be removed, only the ones with an icon |
Browse |
Opens a dialog box to search for an ActiveX file |
Refresh |
Allows updating ActiveX controls on the Registered controls in Windows list, which were registered after opening this configuration window |
Close |
Closes the ActiveX Control configuration window |
2.Click Browse to open a dialog box and locate a file that contains an ActiveX.
Locating an ActiveX file
3.Select the file and then click Open.
There are two types of ActiveX objects: Graphical (used in application Screens) and Non-Graphical (perform any data manipulation).
Graphical objects can be inserted on an application in three different ways:
•By selecting the appropriate object on the toolbar of a Screen
•By right-clicking a Screen object in Organizer and then selecting the Insert option
•By right-clicking a Screen and selecting the Insert option
Inserting a graphical object on a Screen
Non-graphical objects can be used on applications via scripts, and they are created with VBScript's CreateObject standard method.