how to solve this?
i have 9 pages of report (not involve database)...which display different
contents.
how can i design the report in 9 pages ??
current i did in 9 reports...
then
have to
xxxx1.print;
xxxx2.print;
xxxx3.print;
...
the user need to close each preview to view next pages...
how to make it all in 1 pages....
thanks for your help in advanced....
contents.
how can i design the report in 9 pages ??
current i did in 9 reports...
then
have to
xxxx1.print;
xxxx2.print;
xxxx3.print;
...
the user need to close each preview to view next pages...
how to make it all in 1 pages....
thanks for your help in advanced....
This discussion has been closed.
Comments
call Report.Print once:) The subreport which is set to section style
(PrintBehavior proprety) will print based on its ZOrder in the band, not it
top position like child type subreports use when they print. See main
rports demo #51-52 for an example of section style reports. The easiest way
to get your 9 reports in to these subreports is to save each report to a
report template file. Then load them as templates into the subreports. Go
into the subreport in the report designer an choose file load subreport from
file to do this.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com