A
|
ann 5/14/2010 |
Shaiq, header("Location: SecondTable_edit.php?editid1=".mysql_insert_id()); |
S
|
shaiqbashir author 5/14/2010 |
Shaiq, Create a Сustom view of the table on the Datasource tables tab. Then proceed to the Choose fields tab and check the fields you want to be on the first page(table) and the second page (custom view). For the first page use the After record added event on the Events tab. Add the following code to redirect to the second page: header("Location: SecondTable_edit.php?editid1=".mysql_insert_id());
|
S
|
shaiqbashir author 5/14/2010 |
Ok Miss. Ann |
B
|
bigtt76 6/30/2010 |
Shaiq, Create a Сustom view of the table on the Datasource tables tab. Then proceed to the Choose fields tab and check the fields you want to be on the first page(table) and the second page (custom view). For the first page use the After record added event on the Events tab. Add the following code to redirect to the second page: header("Location: SecondTable_edit.php?editid1=".mysql_insert_id());
|
A
|
ann 7/1/2010 |
Bigtt, |
J
|
jansgroup 7/17/2010 |
If you enable AUDIT TRAIL. |
A
|
ann 7/19/2010 |
Hi, header("Location: SecondTable_edit.php?editid1=".$keys["Id"]);
|