ListView with Master-Detail

Description

This example shows an Xdialog form with 2 list view controls. The top control displays records from the AlphaSports invoice_header table. The bottom control displays records from the invoice_items table.

images/XD_Listview_with_Master_Detail.gif

Properties

The top list box has the following interesting properties.

The bottom list box has the following interesting properties.

The effect of the argument in the bottom list box is to filter the records it displays to be the children of the parent record selected in the top list box.

Limitations

Desktop applications only.

See Also