This topic is locked
[SOLVED]

 Tab View - Add Linked Tables - Inline Add/edit

4/2/2013 10:41:36 AM
PHPRunner General questions
C
chrispa author

Hi,
i have a table named tblrequisitions linked with a table named tblrequisitiondetails .
Both tables have many fields so i need to use the "tab" in "view" , "edit" and "add" pages .
Master table is the tblrequisitions and child the tblrequisitiondetails. I would like to create a tab view / edit and add pages of master table

that will contain "tabs" where fields from linked table tblrequisitiondetails will be available for inline add and inline edit !
can someone help ?
thanks

chris

Sergey Kornilov admin 4/2/2013

Chris,

  1. Create master details relationship between those tables and make sure details are displayed on master table edit page
  2. Create tabs on master table Edit page.

    More info:

    http://xlinesoft.com/phprunner/docs/fields_order_and_totals.htm
  3. In Visual Editor cut and paste details table from the main Edit page to one of tab pages.
    Here is an example of such a setup:

    http://xlinesoft.com/livedemo/phprunner/livedemo1/orders_view.php?editid1=10253

C
chrispa author 4/3/2013



Chris,

  1. Create master details relationship between those tables and make sure details are displayed on master table edit page
  2. Create tabs on master table Edit page.

    More info:

    http://xlinesoft.com/phprunner/docs/fields_order_and_totals.htm
  3. In Visual Editor cut and paste details table from the main Edit page to one of tab pages.
    Here is an example of such a setup:

    http://xlinesoft.com/livedemo/phprunner/livedemo1/orders_view.php?editid1=10253


thank you very much !