If the number resides on a database, try using a dbBarcode component and assigning its DataField property to the correct datafield that contains the number you wish to assign to the barcode. If the Barcode component is placed inside the detail band, it will traverse the dataset in order therefore giving you the numbers sequentially.
Comments
If the number resides on a database, try using a dbBarcode component and
assigning its DataField property to the correct datafield that contains the
number you wish to assign to the barcode. If the Barcode component is
placed inside the detail band, it will traverse the dataset in order
therefore giving you the numbers sequentially.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
the
Thank you very much Nico, it works fine!
Bruno