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 A database refers to data organized and stored on a computer that can be searched and retrieved by a computer program. Most industrial-strength and many smaller database applications can be addressed using SQL (Structured Query A query is a SQL command that will extract information from the tables of a database. Essentially, a query is a request for information from your database. Language). 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