This topic is locked

master-detail in one input form?

10/28/2007 1:55:00 PM
PHPRunner General questions
D
Default author

Hi,

I would like to create something like invoice. for example, i have a table that stores order number, supplier id and order date, another table stores detailed order information (which products were ordered, quantity etc.). I would like to create an input form, which adds to two tables simultaneously - an operator fills order information and then ads products as necessary. Is such thing possiple with PHPRunner?

I read about master-detail implementation, but it says nothing about such input forms.