J
|
Jane 1/30/2008 |
David, $_SESSION["license_no"] = $keys["license_no"]; |
D
|
dmcconnell author 1/30/2008 |
Jane, David, to redirect to product page use After record added event -> Redirect to another page action on the Events tab. Also you can save added license_no in the $_SESSION variable in the After record added event and use this variable as default value on the "Edit as" settings dialog on the Visual Editor tab for product table. Here is a sample code: |
J
|
Jane 1/31/2008 |
David, |
D
|
dmcconnell author 1/31/2008 |
Hi Jane, David, you need to save current license_id to $_SESSION variable in the List page: Before process event too. |
D
|
dmcconnell author 2/2/2008 |
Any ideas? |
J
|
Jane 2/4/2008 |
David, |
D
|
dmcconnell author 2/4/2008 |
Jane, |
J
|
Jane 2/5/2008 |
Hi, |