This topic is locked

Add Dropdown

5/15/2014 5:10:24 PM
PHPRunner General questions
M
macalister author

Hello.
I need to duplicate a dropdown control(lookup table) in a add page many times as the user wants, like this invoice template. Somebody knows how to do that?
Many Thanks.

Sergey Kornilov admin 5/16/2014

This requires two tables related as master-details. Invoice template uses Invoices table as Master and InvoiceItems as Details. When you setup master-details relationship choose to chose details on all Add/Edit/View pages. This is it.