baanjim
4th November 2013, 19:55
Hi,
I want to print data in 2D barcode (QR).
With my exemple it doesn't work.
My code is (in report script)
declaration of a variable tcmcs.str100 test.barcode
And assignation with the bc$ function as follow:
test.barcode = bc$ (1010, 3, "test" , BC2D_SET_MODE (0x01) + BC2D_SET_LEVEL (0x03) + BC2D_SET_COLUMNS (0x01) )
I tried to use the exemple in the 2Dbarcode.bpf file to write my function.
I tried a lot of combinations but it never works (barcode not printed).
I checked the presence of the 2D dll Dls2Dunu.dll in my bin directory. It's ok.
I have an error in the events viewer when executing report:
Message : The picture for barcode type 1010 (QR Code) could not be generated. The error is: Invalid character in data
.
Maybe my option values are not well setted? I put value in decimal mode but i doesn't work...
Thank you for any help :confused:
I want to print data in 2D barcode (QR).
With my exemple it doesn't work.
My code is (in report script)
declaration of a variable tcmcs.str100 test.barcode
And assignation with the bc$ function as follow:
test.barcode = bc$ (1010, 3, "test" , BC2D_SET_MODE (0x01) + BC2D_SET_LEVEL (0x03) + BC2D_SET_COLUMNS (0x01) )
I tried to use the exemple in the 2Dbarcode.bpf file to write my function.
I tried a lot of combinations but it never works (barcode not printed).
I checked the presence of the 2D dll Dls2Dunu.dll in my bin directory. It's ok.
I have an error in the events viewer when executing report:
Message : The picture for barcode type 1010 (QR Code) could not be generated. The error is: Invalid character in data
.
Maybe my option values are not well setted? I put value in decimal mode but i doesn't work...
Thank you for any help :confused: