Child pages
  • Placing Forms Within a Form
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Forms may be placed within other forms by placing a tabpanel on a form. A tabpanel can show other forms with the solution (including forms from other modules).

Placing a Form within a Form

Before we can place a related form on another form, we must create a Relation.  A relation is a link between to tables (or a global variable and a table)

Creating a Relation

For this example, we will create a relation in the example_data database from customers to orders.

To create a relation:

  1. Do one of the following
  2. Select the table for the left side of the relation by clicking on the ... button. For this example, select example_data.customers
  3. Select the table for the right side of the relation by clicking on the ... button.
Creating a Tabpanel
  • No labels