KB-35519: Creating a dynamic Query to select a table at run time.

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.

Attachments:

E3ChartLib_enu

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *