Hierarchy Information Dialog Box

You can view hierarchy-specific information for the selected Command object in the Hierarchy Information dialog box. This dialog box is only available for the top-level, parent Command object. The edit control box displays the information, as specified by View Shape Command or View ADO History.

View Shape Command

If selected, the display in the edit control is of the underlying SHAPE command for the hierarchy. For example:

RsCustomers
Orders

View ADO Hierarchy

If selected, the display in the edit control is an indented list of the underlying RecordSets that create the hierarchy. For example:

SHAPE {SELECT * FROM 'customers'}  AS Customers APPEND ({SELECT * FROM 'orders'}  AS Orders RELATE CustomerID TO CustomerID) AS Orders