number of copies printed determined for the amount of labels stored in the table
I am elaborating labels for the expedition department, to each forma
bill of sale printed I have stored in the data base the quantity of
volumes that this forma bill of sale generated. How can I make with that
Repor it prints the amount of labels, determined for the quantity of
volumes stored in the bank, that is for note X I have 2 volumes then
this note X I will have to print 2 labels. The detail is that I print
these labels for interval of numeration of notes. Thanks
Cela
--- posted by geoForum on http://delphi.newswhat.com
bill of sale printed I have stored in the data base the quantity of
volumes that this forma bill of sale generated. How can I make with that
Repor it prints the amount of labels, determined for the quantity of
volumes stored in the bank, that is for note X I have 2 volumes then
this note X I will have to print 2 labels. The detail is that I print
these labels for interval of numeration of notes. Thanks
Cela
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Sorry, I'm a bit unclear about what you are trying to accomplish. Are you
printing exact copies of the same label or would you like to limit the
amount of labels printed based on a record value?
Are you printing labels using the label wizard or are these labels being
printed one at a time with a label printer?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
in agreement with the amount that is in a registration of the bank.It
would like to know so that it serves the BandPerRecords command? It
forgives if here it will not be the place adjusted for this.
Cela
--- posted by geoForum on http://delphi.newswhat.com
If each label is completely contained inside the detail band of the report,
adjusting the DetailBand.BandsPerRecord is the correct way to go. I would
suggest using the DetailBand.BeforePrint event to check the amount
registered at the bank, and based on that value, adjust the value of the
BandsPerRecord property.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com