Question:
In an application, the E3Chart and its Query are in a library to make it easier creating several equal tables. How can I configure a dynamic Query to use any of the created tables?
Solution:
In the XControl’s Constructor event, you must create a script to pass the value of the XObject’s property that saves the table’s name to the Query’s variable.
Example:
Item(“E3Chart1”).Item(“Query1”).SetVariableValue “Table”, XControl.XObjectData.TableName
NOTE: check the attached example application developed with Elipse E3 v3.2 b260.