printing - Crystal Reports 11 - How to print different data on multiple pages -


i have shipping label needs print on dymo label printer different data on each of 3 pages. can done 1 .rpt users need print 1 report, rather three?

http://imgur.com/5uul4

it's been while since i've used crystal reports, can setup .rpt have 3 detail sections (a/b/c) , have b , c "print new page before". way each detail on 3 separate sections.

you shouldn't need crazy custom formulas. need display each piece of data 3 times, 1 on each page, each page being different.

(of course use header , put changing data in details section... take more time right repeating required data in each data section.)

confirmed

  1. open report
  2. right-click on details secton
  3. select "insert section below"
  4. repeat steps 2 & 3 twice
  5. confirm see 3 detail sections
  6. use "section expert" (or visual studio properties) sections & b , select "new page after". (if using section expert, sure on paging tab.)
  7. create desired content in each detail section.
  8. you want suppress other sections, including report/page headers & footers.

.rpt detail section setup

report setup

section expert

section expert


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -