How to get the copy number
I print 5 copies of my report, in rap i need to know what copy number is
printing
--- posted by geoForum on http://www.newswhat.com
printing
--- posted by geoForum on http://www.newswhat.com
This discussion has been closed.
Comments
For ReportBuilder 11, the TppSystemVariable component was enhanced to
display the copy number of the report. Simply set the VarType property to
vtCopyNo or vtCopyNoDesc and the copy number will be printed for each copy
other than the original.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
don't need to print.
Basically i have to reset a variable when a new copy of the document is
printed.
I have RB 10.06, no way to achieve it?
--- posted by geoForum on http://www.newswhat.com
In this case you will need to keep track of how many times the StartPage
event is called with a page number of "1". Take a look at the following
example on how this can be done in Delphi. It should not be very difficult
to do something similar in RAP using global variables.
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Formatting/How_To...Unique_Caption_for_Each_Copy
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com