KB-35543: SQL query returns values only when date/time field is an exact value.
Question: How can I set up an SQL query to return data whenever a historic field of type date/time has a certain value? Solution: For a Microsoft SQL Server…
Question: How can I set up an SQL query to return data whenever a historic field of type date/time has a certain value? Solution: For a Microsoft SQL Server…
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: 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: 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: 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: 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…
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…