KB-68217: Title of screen indexed via DoModal method.
Question: The title parameter is passed in a script using DoModal method to open an indexed screen. However, the text set up in the script is not displayed at run…
Question: The title parameter is passed in a script using DoModal method to open an indexed screen. However, the text set up in the script is not displayed at run…
Question: Using Studio x64, when I try to visualize a screen containing na MSForms ActiveX, the following error is displayed: How can I fix it? Solution:…
GENERAL NOTES: This article applies to Elipse E3, versions 4.5 or higher. For further details on E3DataAccess library, we recommend reading the following articles: Connecting a VBA application to an…
OVERVIEW When using E3DataAccess component in typeless languages, such as VBScript or Javascript, GetValue method’s calls will return type mismatch errors. This happens because in typeless languages, the IN/OUT parameters’…
Question: I want to connect Elipse E3 to Excel 2013 via ADO, as in the script below: However, when I try to connect it this way, the following warning message…
Question: How can I create a Function instruction in an E3 script with an array? Solution: To do so, use a script similar to the one in the example below:…
Autor
Mateus Machado
Question: How can I write a script using an IODriver property in a library? Solution: This script must be written normally. The only difference is that when you use a…
Question: Why is the following message being displayed in Elipse E3? THE OBJECT COULD NOT BE LOADED CORRECTLY BECAUSE SOME OBJECTS’S CLASSES WERE NOT FOUND. USE “CHECK THE DOMAIN” OPTION…
The attached demo application demonstrates how to create a pie chart inside an XControl. There are two scripts in the XControl, called PieChart: One of them is in Update property,…