Reservations Child Box

Previous Next

This scenario is part of Actions Example 12: Generic Search Dialog.

Suppose you have a Scheduled Tours window where Reservations are embedded as a child box, the SearchDialog can also be used. To do this, in the Action property of the button to create the Search Dialog window, define the following script:

SearchDialog( Self(), query.destination(), ChildBox.query.family_name() )

 Window.Create()