KB-35470: Displaying a help text while keeping the mouse over an object.
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: 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,…
Descrição: Como abrir, mover e manter abertas inúmeras telas janeladas? Solução: Para isso, deve-se criar um script no botão para abrir a tela: Application.GetFrame(Name).OpenScreen(“Tela1”), 0 Depois, escreva o script abaixo…
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…
Descrição: Ao executar a aplicação, por que alguns objetos são exibidos com tamanho e posição diferentes do que foi configurado no E3Studio? Solução: Isso acontece quando a tela está sendo…
Descrição: Como posso fazer uma subtração entre os valores de dois campos de uma Consulta, e então exibir este resultado em um Campo de Dados do relatório? Solução: Para isso,…
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 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: 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…
Descrição: Como configurar o aplicativo para que o objeto E3Alarm seja aberto quando um alarme for ativado? Solução: Para isso, no objeto Viewer, deve-se criar um novo evento de usuário…