Lookup Window info box type

Previous Next

Info boxes of type Lookup Window are meant to be used for stepping out, from a foreign key field in a child table, to a list of possible parent values. The user can choose a (different) )value from the list and return to the foreign key field.

The following images show an arrangement generated in default classes on the basis of a relationship between table PERSON and table RESERVATION in the data model.

Based on the relationship, a default lookup button generated for the foreign key Customer ID in Reservations (highlighted in red).

DE_clip0015

Default lookup button at foreign key field

When the user presses the button, a lookup window "Persons making Reservations" is opened. Even if the calling window is in tabbed mode, by default the lookup window is presented as a "floating" window. This has the advantage of leaving the calling window in view:

DE_clip0014

Default lookup window

The person chooses a (different) possible value from the list and clicks OK. The lookup window is closed and the selected value is copied into the foreign key field where the user started.

 

 

collapseColumns in the lookup window: In Display Selection
collapseDropdown list box or radio button group instead of lookup window: Lookup Method
collapseCalling your own lookup windows