This topic is locked

create subform

6/7/2012 12:35:28 PM
PHPRunner General questions
L
lkh11lkh author

hi
how do i create subform in php runner?

D
dodgebros 6/13/2012

Ah you must work with MS Access. There is no subform in phprunner.
Your example appears to be a Master/Detail form. Somewhere in the process of creating your project you will see a checkbox that adds the Master info to the Edit page of the Details section. You can use the Totals page/area of phprunner to add the tabs to the Detail section.
HTH,

TD

Sergey Kornilov 6/13/2012

You can edit master and details records on the same page. Here is an example:

http://xlinesoft.com/livedemo/phprunner/livedemo1/orders_edit.php?editid1=10248

4
46super 6/14/2012



You can edit master and details records on the same page. Here is an example:

http://xlinesoft.com/livedemo/phprunner/livedemo1/orders_edit.php?editid1=10248


This approach works good for me. But when it comes to printing the record in pdf it takes a very long time to process. Sometimes so long I simply abort the process. Could this printing problem be related to using master and details simultaneously? Or something else? Thanks.