KB-35481: Keyboard’s focus on a CheckBox.
Question: When I select a CheckBox, it receives the keyboard’s focus. However, if I press the SPACE key, the CheckBox changes its value again, causing problems to the process. How…
Question: When I select a CheckBox, it receives the keyboard’s focus. However, if I press the SPACE key, the CheckBox changes its value again, causing problems to the process. How…
Question: In an application, the E3Chart and its Query are in a library to make it easier creating several equal tables. How can I configure a dynamic Query to use…
Autor
Bruno Mussarra
Autor
Mateus Machado
Question: I want to display a help text when the user keeps the mouse over an object. How can I do this? Solution: To do so, you must fill in…
Question: How can I create a submenu via Viewer‘s SelectMenu() method? Solution: To do so, you must set the submenu’s options between brackets in the script. Example: Application.SelectMenu(“Option1||Option2{*Option2|Option3}|Option4|!Option5″) At runtime,…
Question: Why does the following error occur when exporting a report to Excel? ActiveReports Excel Export error: pages collection or RDF file may be corrupt Solution: This error occurs because…
Question: Can I log into Elipse SCADA with my user’s and password’s values via scripts? Solution: No, you cannot. Unlike Elipse E3, Elipse SCADA has no methods to log in…
Question: Can Elipse E3 work as an OPC server, making all tags available to another client? How can it be done? Solution: Elipse E3 is a native OPC server. To…
Question: How can I set up the application to make each new user log in to it (user/password)? How can this data be recorded, and how can the name of…