![]() |
Sergey Kornilov admin 6/22/2012 |
You can remove OrderID from the Add page. To enable this field being autopopulated with OrderID from master table populate two session variables: |
F
|
fmbma author 6/25/2012 |
Perfect! thank you!! You can remove OrderID from the Add page. To enable this field being autopopulated with OrderID from master table populate two session variables: $_SESSION["<table name>_mastertable"] - master table name $_SESSION["<table name>_masterkey1"] - value of OrderID from master table <table_name> in this example is details table name |