HistTool Library.
Autor
Mateus Machado
Autor
Mateus Machado
Autor
Mateus Machado
Question: Is there a limit for the number of libraries available in a Domain? Solution: No. There are usually several libraries in the same Domain, which is very helpful for…
CustomConfig is a new resource, that has been present in Elipse E3 since version 3.2. It allows you to create wizards to configure ElipseX…
Autor
Guilherme Taschetto
Question: How can I set up the property linking an XControl to an XObject, via scripts? Solution: This must be done with an attribution, via a string containing the path…
Question: How can I create an XObject with a Historic whose table name and server name properties are configurable when instanced? Solution: To do so, create an XObject with two…
Question: How can I save an XObject’s properties at runtime? Solution: You can either do this via Formula object, or via Save() method from the Data Server where this XObject’s…
Question: What is the XControl/XObject’s Constructor event for? Solution: This event is executed whenever the object starts. You can use this event to run a script starting an XControl’s internal values,…
Question: In a new domain, how can I use a library that had been developed in another project? Solution: To do so, copy the *.LIB file into the folder of…
In the attached application, there is an XControl called “field” that, once instanced on a screen, can execute individual queries in E3Browser fields at run time. You can also create…