- In the InvoiceHeader element, create a Group element and name it grAddress.
- Click the Relations tab.
- Since all the elements used to search for the Delivery Address field can only occur below the keywords of the name kwDeliveryAddress and above the keywords of the name kwInvoiceNumber, set the following search constraints:
- Below the element kwDeliveryAddress, Offset = 0.
- Above the element kwInvoiceNumber, Offset = 0.

- Click the Advanced tab.
- Since the Delivery Address field and the white gap bordering it are located in the left two fifths of the page, set the following additional search constraint in the Advanced pre-search relations field:*Look for the objects in the left two fifths of the page.In the FlexiLayout language:
LeftOf: PageRect.Left + PageRect.Width2/5;
