KB-35691: Changing only the Source field in a link.
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: 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: 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…
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: Without using E3 user controls, how can I test a password to validate it, and then open a screen via scripts? Solution: To do so via scripts, you must…
Question: Does CopyConfig method work with E3Browser? Solution: No, it doesn’t. This method was created to be used only with E3Chart.
Question: How can E3 communicate with Excel? Solution: There are a few possibilities: Using DDE driver (which is indicated when you just need to exchange data between E3 and Excel);…
Question: When I open E3Studio and load the project, both Save and Save All shortcut buttons are disabled. Why does this happen? Solution: This is E3Studio‘s default behavior. To enable…