How to build master-detail lists and forms

Here you will use NeXTensio Lists and Forms to represent a master-detail relationship between two of your tables.

The products you need in order to complete this tutorial are:

These two products are a part of the MX Kollection 3 bundle.

For this tutorial, the database to use is the one used in the Contact Management Tutorial. The tables used are company_com and contact_con. The company_com table is the master table, each contact belonging to a certain company.

During the creation of this little application, you will create four files:

The files and the table structure can be found in the \tutorials\_HOW_TO\Master-detail relations\ folder.

To begin creating the site, open one of the pages, and create a database connection, relating to the table you created from the provided sql/mdb script.

Contents

Build master list

Build detail list

Build master form

Build detail form