KB-30908: Confirming user and password before executing command.
Autor
Paula Eneas
Autor
Paula Eneas
Attached to this article is a sample application illustrating how to use the following VBScript’s functions: MsgBox Input Abs Sgn Array Asc Now FormatDateTime Data SelectMenu Chr Date Time Attachments:…
The attached sample application illustrates how to add items to a two-column ListBox, as well as how to scan these items via a script in another object. To add the…
Autor
Guilherme Taschetto
Question: How can I open a modal screen by using a button? Solution: To do so, follow these procedures: Insert a button onto screen and access its Scripts tab. On…
Question: How can I create a script that checks whether a certain file exists in a specific folder? Solution: To do so, you can use a script similar to the…
Question: How can I check whether an XObject’s IOTag property is empty? Solution: To do so, you can use VBScript‘s IsNull method. This method returns TRUE if the variable has…
Question: How can I add values to a ComboBox? Solution: To add values to a ComboBox, you must create a script using this object’s AddItem method. This method should preferably…
Question: When communicating with VBScript driver, how can I access the elements of a Block Tag via scripts? Solution: To access the block elements, you must use an array. For…
1) Introduction E3 supports the creation of scripts in VBScript language, with almost all resources available for this language. There is an extensive documentation for VBScript available in many different…