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 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: 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 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…
Question: How can I copy an E3Chart from a screen to a Report? Solution: To do so, you must use CopyConfig method in the Report’s scripts. For example: Sub OnBeforePrint…
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: What is the meaning of the values of the tags’ Quality property? Solution: The quality value that is loaded/displayed in a tag follow the standards defined by OPC: For…
Question: What is the size limit of the DocString property’s content? Solution: This limit is of 1GB of characters or the free memory’s size (if it is smaller than 1GB).