KB-34346: Exporting a formatted report to PDF.
Question: How can I export a formatted report to PDF? Solution: To do so, the only possibility is to use a virtual printer that prints in PDF format. For virtual…
Question: How can I export a formatted report to PDF? Solution: To do so, the only possibility is to use a virtual printer that prints in PDF format. For virtual…
Question: Why can’t E3 be installed in a Sun’s VirtualBox virtual machine? Solution: For this to happen, the VT-x/AMD-v options must be activated on the host’s and virtual machine’s BIOS…
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: 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…
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: 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…