KB-26962: Creating properties dynamically in an ElipseX.
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: 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: 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: 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: 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…
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: Does Elipse E3 communicate with IP cameras? Solution: Yes. To do so, insert a Frame and type the camera’s IP address on its SplitLink property. This can also be…
Question: Why does GetADORecordSet() method, which correctly works with a local E3 Viewer, shows a script error when executed with a remote E3 Viewer? Solution: This happens because Database’s EnableLocalCreation…
Question: How can I add a Driver to an XObject, and also allow access to its properties when the XObject is inserted in the project? Solution: To do so, you…