KB-32070: Opening an E3 application only once.
Question: How can I open an E3 application with a button, so that this application opens only once? Solution: To do so, create an internal tag in the Viewer, and…
Question: How can I open an E3 application with a button, so that this application opens only once? Solution: To do so, create an internal tag in the Viewer, and…
Question: Can I insert a table in a formatted report? Solution: Yes, but the table must be drawn manually. It will also remain fixed, that is, it will not increase…
Descrição: Como posso registrar no banco de dados o usuário logado no momento do alarme? Solução: Para salvar o usuário logado no momento do alarme, uma alternativa é utilizar um…
Question: How can I add date and time to a report’s name, so that every time a report is loaded and exported, a new PDF file is generated with a…
Descrição: Como posso configurar um E2Button para que ele utilize bitmaps como fundo do botão? Solução: Para isto, siga estes procedimentos: Inclua os dois bitmaps (pressionado e não pressionado) no…
Descrição: Tenho dois drivers DNP Slave mandando dados para dois IPs diferentes: um deles faz a leitura de dados, e o outro é apenas backup. Quando o canal de comunicação…
Descrição: Como abrir uma tela janelada sem impedir a utilização da tela anterior? Solução: No evento desejado, selecione o pick Abrir Tela. Na configuração do pick, informe um nome de…
Question: How can I check, at runtime, whether an object’s Value property is already linked? Solution: To do so, use a script that is similar to the one in the…
Question: How can I synchronize the PLC’s date/time with the computer’s date/time (BIOS)? Solution: To do so, use this script: dim oShellSet oShell = CreateObject(“WSCript.shell”)oShell.run “cmd /K DATE “& Application.GetObject(“Dados.Data”).Value,0…
Descrição: Como fechar o Keypad quando o botão Enter for pressionado? Solução: Uma possibilidade é criar um script na tela desejada, no evento OnKeyPress, e selecionar a tecla ENTER (Return).…