Barcode value

edited 7:48AM in FastReport 4.0
Hi,

in my sql table, i have two column, ProductCode, ProductSize.

Product code is: 12345678901234AHC
Product size is: 270100105000

I am trying to join two data and print barcode with this;
[Copy(<ADOTable1."ProductCode">,1,14)][Copy(<ADOQuery1."ProductSize">,8,5)]
.

I am using barcode component and wrtie this to code.
When i preview, it gives me tihs error.

wrote:
Error
The following error(s) have occured:

BarCode2: Error in expression '[Copy(<ADOTable1."ProductCode">,1,14)][Copy(<ADOQuery1."ProductSize">,8,5)];': ';' expected

I couldn't find how to fix this code.



barcodek.jpg


Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:48AM
    only 1 set of [] allowed in the expression

Leave a Comment