J
|
Jane 8/10/2009 |
Hi, global $conn; $sql = "update event set duration=".$values["duration"]." where event_id=".$values["event_id"]; db_exec($sql,$conn); unset($values["duration"]); |
S
|
Shankar author 8/11/2009 |
Hi, PHPRunner doesn't support updating multiple tables on one page. You can implement this manually using Before record updated/addedevents. Join your tables on the Edit SQL querytab, then add duration field to the event_competitors add page and then use following code in the Before record addedevent:
|
J
|
Jane 8/11/2009 |
I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. |
S
|
Shankar author 8/13/2009 |
You can implement this manually using Before record updated/addedevents. Join your tables on the Edit SQL querytab, then add duration field to the event_competitors add page and then use following code in the Before record addedevent:
|
![]() |
Sergey Kornilov admin 8/13/2009 |
I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. |