Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print Sections Twice

Status
Not open for further replies.

JimV

IS-IT--Management
Aug 4, 2000
3
0
0
US
I have a V8 report that has a lot of fields, formulas and subreports in the detail section. I need to be able to print this data twice, all of the data once and then repeat the print. I have tried to create a formula and then group on it to force the duplicate printing, so far no luck. I am hoping to avoid the brute force approach of duplicating all of the code, this makes edits a bit tedious and error prone. Any ideas?

Jim
 
Jim,

If you need to print the report twice, then you could
simply insert it twice as two subreports inside a dummy
report. But in that case, why not simply request a print
with 2 copies?

If on the other hand you want everything in each detail line to
be printed twice and then continue to the next detail line,
you could right click the detail band, Insert Section Below
and copy everything you have in Detail A to Detail B.

hth,
- Ido
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top