There is no known issue with the z-order defining the order objects print in ReportBuilder. Try taking a look at the Report Tree (View | Toolbars | Report Tree... from the main menu in the designer) to see the z-order in its current state. Then you should be able to adjust this order using the Send to Back and Bring to Front commands. Be sure you are sending the entire region to back or front and that each other object is actually inside each region.
I already do that, and read carrefully rbuilder.hlp page 348 Send to back and to front have no effect. I also try to change the DFM as text objects order. zorder does not work with region. How can I print 4 differents groups of data (same data source) in specific order ? I put a showmessage('1') for region 1 onprint event. I put a showmessage('2') for region 2 onprint event. I put a showmessage('3') for region 3 onprint event. I put a showmessage('4') for region 4 onprint event.
OnPrint event seem to be fired in the same order each time
So, there is something somwhere that tell rb to print those 4 regions in a special order ! but where ?
Comments
There is no known issue with the z-order defining the order objects print in
ReportBuilder. Try taking a look at the Report Tree (View | Toolbars |
Report Tree... from the main menu in the designer) to see the z-order in its
current state. Then you should be able to adjust this order using the Send
to Back and Bring to Front commands. Be sure you are sending the entire
region to back or front and that each other object is actually inside each
region.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Send to back and to front have no effect.
I also try to change the DFM as text objects order.
zorder does not work with region.
How can I print 4 differents groups of data (same data source) in specific
order ?
I put a showmessage('1') for region 1 onprint event.
I put a showmessage('2') for region 2 onprint event.
I put a showmessage('3') for region 3 onprint event.
I put a showmessage('4') for region 4 onprint event.
OnPrint event seem to be fired in the same order each time
So, there is something somwhere that tell rb to print those 4 regions in a
special order !
but where ?