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

Autostop and N detail printing

edited August 2005 in General
Hi, I've to print some identical label (many per page) with a report that
isn't linked to datapipeline.

If I set autostop to true it print only one label, also if i set
detail.BandperRecords to N label to print.
If I set it to false and the report.pagelimit to (N / label x page) , it
print more label that i need (obviously!).

How can i do ? Which properties can I set ?

Thanks

Ps : I ' ve RB 7.02 enterprise.

Comments

  • edited August 2005
    Hi,

    If this is a static height label then you should be able to determine how
    many labels can fit in one column as well as one page. Knowing these values
    you can use the PageLimit and DetailBand.PrintCount properties to define how
    many labels are to be printed.

    Another (in my opinion simpler) way to perform this task would be to connect
    a JITPipeline to your report and simply set the RecordCount property to the
    number of labels you would like to print.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2005
    second choice selected !!

    many thanks


This discussion has been closed.