orders report with rtf
Hi,
Im'using D2007 with RB 12.04 I need to create order report for my
customer where in then odd pages print rtf file with term of purchase
I create ppreport with group band associated to field order number and
into footerpage band i have
1) region1 with footer information about orders ( totale orders ....)
2) pagebreak shiftrelative to region1
3) region2 with rtf component
Best regards
Paolo Angeretti
Im'using D2007 with RB 12.04 I need to create order report for my
customer where in then odd pages print rtf file with term of purchase
I create ppreport with group band associated to field order number and
into footerpage band i have
1) region1 with footer information about orders ( totale orders ....)
2) pagebreak shiftrelative to region1
3) region2 with rtf component
Best regards
Paolo Angeretti
This discussion has been closed.
Comments
I think you can put something like this in the beforeprint event of the
band where the region resides
region2.visible := Odd(TppReport(TppBand(Sender).Report).AbsolutePageNo)
HTH
--
Arno
See the following article on how to print the Terms of Service on every
even page. You could do the same only with odd pages.
http://www.digital-metaphors.com/rbWiki/Design/Pagination/Duplex_Printing_Legalese_to_the_Back_of_Every_Page
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I have tried out this tip, but for me it was not working in complex
conditions and also much to change in existing reports. But another tip with
subject "Duplex for "Terms of conditions" has worked for me.
http://www.digital-metaphors.com/tips/PrintLegaleseOnEvenPages.zip
Perhaps it is also good for you. Actually I am changing some basic
procedures so that this tip works transparently without changing anything in
the existing reports. it also handles the last page.
The sample above has some memory leaks so you must look at all objects and
free them.
Best regards
Chris