Hi,
First of all, sorry for my English.
How can I force to print a band? I want to print this band a variable number
of times.
This band is not linked to any data.
I think in Qreport is possible with "moredata".
Is there any function like that?
Tnaks for all.
Comments
to use a JIT pipeline to tell the report that it should print a number of
detail bands. Set the JITPipeline's RecordCount property. You don't have to
use any of the JITPipeline events, just use it as a mechanism to tell the
repor tthat it should print detail bands.
Another way to do it is to set the JITPipeline to be one record for its
RecordCount. Then set Detailband.BandsPerRecord to the number of detail
bands that you want to print. The detail band will reprint itself.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com