KB-30172: Running two E3 applications in the same computer.
Question: Can two E3 applications run in the same computer? Solution: No, they cannot. To work around this issue, you can try one of the following: Using two different computers;…
Question: Can two E3 applications run in the same computer? Solution: No, they cannot. To work around this issue, you can try one of the following: Using two different computers;…
Question: How can I duplicate an XControl or an XObject? Solution: ElipseX libraries settings can now be copied, because this has been a feature of Elipse E3/Power since version 5.5.…
Question: How can I get individual data about the current date (day, month, year, hour, minute and second)? Solution: To do so, you can use now command, which returns the…
Question: Can I exchange memory contents between hardkeys? Solution: No, you can’t, because each hardkey has a uniquely generated code. What you could do is contact the Elipse Software‘s sales…
Question: Can I remove only a link’s source via scripts, with no need to change the other settings (in a table link, for example)? Solution: Yes, you can. To do…
Question: How can I erase the list with the projects registry displayed when E3Studio starts? Solution: To do so, just follow these procedures: Open Run command via Start menu. Execute…
Question: How can scripts be debugged in E3? Solution: If the script is executed in the Viewer, you can use the MsgBox’s Message command. If the script is executed in…
Question: How can I execute the Windows calculator via scripts? Solution: There are two ways to do so: 1) By using Viewer’s ExecuteExternalApp method, which executes external software. For example:…
Question: Can I set up an XControl property to create other properties when it receives a certain value? Solution: No, this can’t be done.
Question: Does Elipse E3 allow firing several queries at the same time? Solution: Yes, it does. To do this, you will need to use the Execute method, that executes a…