KB-31560: VBScript’s version used in E3.
Question: Which is the VBScript’s version used on E3? Solution: E3 uses the version that is installed in the computer (C:\WINDOWS\system32\wscript.exe). Via E3, you can retrieve the version of VBScript…
Question: Which is the VBScript’s version used on E3? Solution: E3 uses the version that is installed in the computer (C:\WINDOWS\system32\wscript.exe). Via E3, you can retrieve the version of VBScript…
Question: How can I set up the Viewer to be opened in a screen other than the initial screen set in the application? Solution: To do so, you must use…
Question: Do I need a specific license to execute Remote Domains? Solution: You need specific Remote Domains licenses for the E3 Server that executes the Client Domain and for the…
Question: When running the application, why is there a dotted X on screen where there should be an E3 Gallery’s figure instead? Solution: This may happen because the application is…
Question: How can I open a screen from a Library (XControl)? Solution: To do so, follow these procedures: In the desired XControl, create a property for the frame name (called…
Question: Can I use “On error goto” to debug scripts on E3? Solution: No, you cannot, because the VBScript does not support this function. However, you can use “On error…
Question: How can I convert a string into an integer?Solution: To do so, you must use VBScript’s CInt function. For example: CInt(“string”)
Question: How can I edit Windows services via E3? Solution: It is not possible to do so, because E3 will not support Windows services’ edition.
Question: How can I set the number of decimal places of a variable via scripts? Solution: To do so, you must use the Round() method. Example: Round(variable, number of decimal…
Question: Can I create templates at run time? Solution: No, you cannot. At run time, you can only create values and units.