KB-33057: Retrieving individual data on date and time.
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: 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…
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.