Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Printing several lines

edited November 2003 in General
Hi
My table is like that :

Name Surname Qte
aaaa bbbb 3
cccccc ddddddd 5
eeeee ffffffff 2

How can I print 'Qte' lines for each record
I mean, I would like to obtain on the printer :

aaaa bbbb
aaaa bbbb
aaaa bbbb
cccccc ddddddd
cccccc ddddddd
cccccc ddddddd
cccccc ddddddd
cccccc ddddddd
eeeee ffffffff
eeeee ffffffff

is there an easy way to do it (with ou without RAP) ?

Thank you !!

Comments

  • edited November 2003
    Hi,

    In the DetailBand.BeforePrint event, set the DetailBand.BandsPerRecord equal
    to the Qte field value. This should give you the results you are after.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.