KB-32901: Firing OnValueChanged event.
Question: When is a Boolean tag’s OnValueChanged event fired? Can I run a script that fires it only when its value changes from 0 to 1, but not otherwise? Solution:…
Question: When is a Boolean tag’s OnValueChanged event fired? Can I run a script that fires it only when its value changes from 0 to 1, but not otherwise? Solution:…
Question: If the Stop button in the backup server’s E3Server (in maintenance) is clicked, will it also be able to stop the main server’s E3Server, which is running the application?Solution:…
Although most of VBscript’s aspects apply to scripts programming at E3, some features about implementing the concept of object-oriented system must be highlighted. In this tutorial, the objective is to…
O método GetADORecordSet da consulta retorna um Recordset do tipo ADO (ActiveX Data Object), resultante da execução da consulta configurada….
Autor
Paula Pereira Enéas
Algumas vezes é conveniente atribuir mais de um valor relacionado a uma única variável. Para isso, pode-se criar uma variável que contém uma série de valores…
Autor
Paula Pereira Enéas
AddObject(strClassName, bActivate)O método AddObject() adiciona um novo objeto à aplicação.strClassName: tipo de objeto que será criado.bActivate: indica se o objeto será ativado após a criação…
Autor
Paula Pereira Enéas
Procedimentos são linhas de código, usadas para responder a eventos ou executar algumas ações. Os procedimentos não retornam valores e são identificados…
Autor
Paula Pereira Enéas
Comando If…Else…ElseIf…End If Permite a tomada de decisões durante a execução de um script. A sintaxe é a seguinte:If condição Thencódigo que será executado…
Autor
Paula Pereira Enéas
Eventos de TelasKeyDown (KeyCode, Shift) Ocorre no momento em que uma tecla é pressionada, independentemente do foco na Tela.KeyCode: Número inteiro que identifica…
Autor
Paula Pereira Enéas
Repete um bloco de instruções um determinado número de vezes, do <ínicio> ao :For < contador > = < início > To < fim >
Autor
Paula Pereira Enéas