[SOLVED] Â Print Master & Details - one page |
12/3/2014 6:32:40 AM |
PHPRunner General questions | |
G
GregJ author
I have a master table Orders and two child tables Material and Labour. All I want to do is PRINT master / details on one page, the same way they show up on my display screens, like this guy http://www.asprunner.com/forums/topic/19207-one-master-and-multiple-detail-tables-on-print-page/ who really didn't get an answer to his question. |
|
![]() |
Admin 12/4/2014 |
You have two options here.
|
G
|
GregJ author 12/4/2014 |
You have two options here.
|
![]() |
romaldus 12/4/2014 |
I don't have a problem displaying the master & child data in a dashboard or whatever, I just can't figure out how to PRINT that same data. If I select one master record (or several) for printing then all associated child records will be selected and combined with the master on a printer friendly page. The example code doesn't look like something I can use for the printer friendly page, but maybe I'm just not understanding what you're saying.
|
G
|
GregJ author 12/4/2014 |
Yes, in list page when you select a record ( master detail record) and than click the "print selected" button, Only master Page will be printed. |
B
|
bobotoh 12/5/2014 |
i also have similar problem with print master detail record from master page |
J
|
jackwood 12/5/2014 |
Just Create Custom View at Master View Page. |
G
|
GregJ author 12/5/2014 |
Just Create Custom View at Master View Page. Use Relation in Table Link Properties between Master and Detail, and Checklist Display Child Records on View Page. So The Scenario, When I Click View Button at masterPage List The Customm View Page will show in New Tab, Use target="_blank" in the View Button. Nuhun
|
![]() |
Admin 12/8/2014 |
You need to post some screenshots of what "master / details on one page" means. It looks like everyone's definition of this is different and some visuals can help here. |
![]() |
romaldus 12/8/2014 |
You need to post some screenshots of what "master / details on one page" means. It looks like everyone's definition of this is different and some visuals can help here.
|
G
|
GregJ author 12/8/2014 |
[quote name='romaldus' date='08 December 2014 - 11:29 AM' timestamp='1418052588' post='76385'] |
![]() |
Admin 12/9/2014 |
Here is a step-by-step tutorial for you: |
G
|
GregJ author 12/9/2014 |
Here is a step-by-step tutorial for you: http://www.asprunner.com/forums/topic/22828-printing-master-and-details-records-together/
|
![]() |
Admin 12/9/2014 |
G
|
GregJ author 12/10/2014 |
Try this: http://lvsys.com/how-to-add-page-breaks-to-html-in-articles
|
![]() |
Admin 12/10/2014 |
Actually in PHPRunner 8 there is a very simple solution to this. Proceed to 'Choose pages' screen, click Printer-friendly options and choose one record per page. This is it. |
G
|
GregJ author 12/10/2014 |
Actually in PHPRunner 8 there is a very simple solution to this. Proceed to 'Choose pages' screen, click Printer-friendly options and choose one record per page. This is it.
|