Basic VBScript for Elipse E3: Lesson 7 – GetADORecordSet
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
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…
Question: How can I set up the script error messages to not be displayed on screen?Solution: To do so, use On Error Resume Next command at the beginning of the…
Question: Can I have user and password control at runtime? Solution: Yes. To do so, you must use a script with Viewer‘s UserAdministration method. Example of script (executed at a…
Question: Why do Access files not reduce their sizes after its records are deleted? Is there another way to make them release this space? Solution: This is Access’ normal behavior.…
Question: With two windowed screens, how can I click on a button and open the screen in the frame where the button is? Solution: In the button’s script, use the…