Basic VBScript for Elipse E3: Lesson 5 – Flow Control
Autor
Paula Pereira Enéas
Autor
Paula Pereira Enéas
Autor
Paula Pereira Enéas
Autor
Paula Pereira Enéas
Command If…Else…ElseIf…End If This command allows taking decisions during a script’s execution. The syntax…
Autor
Paula Pereira Enéas
Screen EventsKeyDown (KeyCode, Shift) This occurs at the moment a button is pressed, regardless of the focus on the screen.KeyCode: Integer that identifies the ASCII character of the pressed button…
Autor
Paula Pereira Enéas
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