Using CopyName# global variable in frxBarCodeView object (Expresion)

Hi,
I need to use CopyName# global variable to print different barcode depending on number of copies.
What I want to achieve is to print LOT_NO+CopyName#, so if I choose to print 100 copies for product with lot number 12345, it would be printed 100 copies of barcode 12345001, 12345002 ... 12345100.
If I use Memo object everything is OK, but I need a barcode to be generated. If I pass CopyName# in Expresion of a barcode it prints only default value.

Any Help please?

Comments

  • gpigpi
    edited 8:55AM
    CopyName# works with TfrxCustomMemoView only. Use TfrxReport.OnPrintPage to modify TfrxBarcodeView during printing

Leave a Comment