How to Synchronize a Tree View or List View with an Info Box

Previous Next

See Also

To synchronize a tree view with an info box within the same window, you can use an embedded method call.

For example, if the user can scroll through Department records in an info box, a tree view can be made to display only employees in the Department currently displayed. The SQL Query for the root node of the tree view in this case is:

SELECT  employee_name

FROM    employee

WHERE   dept_name = :DEPT_NAME