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:
ImpAKT
NeXTensio 3
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:
master_list - storing the master table's listing of records.
detail_list - this displays the detail table list of records that match the selected master record.
master_form - this is the form associated to the master table, allowing the insertion of new records.
detail_form - this form is related to the detail list, allowing you to insert data into the detail table, automatically linking it to the corresponding master field.
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.