KB-35479: Closing two windowed screens at the same time.
Autor
Bruno Mussarra
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…
Question: Can I open two domain files (*.dom) in E3Studio at the same time? And what about project (*.prj) and library (*.lib) files? Solution: No, you can’t open two *dom…
Question: How can I convert a string into an integer? Solution: To do so, you must use Global Manager’s Int function, which converts a string into an integer. Example of…
Question:Wchi files store data from historics? Solution: This data is stored at Elipse SCADA’s *.dat and *.batch files. *.dat: historic data. *.batch: header, in case of batch historics.
Question: How can I convert an EventTimeDbl field into Date/Time format and display it in an E3Browser? Solution: To do so, use the SQL CONVERT command below in the SQL…