Skip to main content
The Delivery Address field is located by using the following two elements: a White Gap element on the right, and an element of the Paragraph type. To specify the properties common to all these elements, create a Group element. To create the grAddress element:
  1. In the InvoiceHeader element, create a Group element and name it grAddress.
  2. Click the Relations tab.
  3. 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.
Screenshot of the Relations tab for the grAddress Group element with search constraints set below the kwDeliveryAddress keyword and above the kwInvoiceNumber keyword
  1. Click the Advanced tab.
  2. 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.Width*2/5;