Barcode value
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;
I am using barcode component and wrtie this to code.
When i preview, it gives me tihs error.
I couldn't find how to fix this code.
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.
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.
Comments