This topic is locked

Print Child Records

4/29/2012 6:58:22 PM
PHPRunner General questions
M
mid3vil author

When clicking on a child link inside a master table, is there any way to redirect to a print page instead of list page. With the print page containing all records of child objects?

M
mid3vil author 5/1/2012

any ideas?

T
Tempus_Erus 5/4/2012



any ideas?


Hi,
Not sure I quite understand your question....................
What about a cusotm view?
A

M
mid3vil author 5/4/2012



Hi,
Not sure I quite understand your question....................
What about a cusotm view?
A


What I mean is clicking the invoice number below


Takes you to the child records, then you have to select each and hit print selected


to get to the invoice below

M
malnak 5/4/2012



What I mean is clicking the invoice number below


Takes you to the child records, then you have to select each and hit print selected


to get to the invoice below




1- Create a HTML document that is the form for your invoice.

2- Create a SQL statement using your masterrecord id as the 'where' select * from invoices where invoiceid=<record selected>

3- this is some help for you -http://www.asprunner.com/forums/topic/19089-sending-templated-email-messages/

4- search and replace field names with the content in your html document.
I have a post that I created earlier today that is similar. Native to the product I don't think this can be done. Not difficult to expand though.

M
mid3vil author 5/6/2012



1- Create a HTML document that is the form for your invoice.

2- Create a SQL statement using your masterrecord id as the 'where' select * from invoices where invoiceid=<record selected>

3- this is some help for you -http://www.asprunner.com/forums/topic/19089-sending-templated-email-messages/

4- search and replace field names with the content in your html document.
I have a post that I created earlier today that is similar. Native to the product I don't think this can be done. Not difficult to expand though.


Thanks for the reply, will have to see if i can figure it out again.