hersly
23rd October 2001, 23:05
Hi all,
We are in AIX environment. We are printing differents barcodes values on a report. The type of barcode is 39. We are printing on that report : production-order number (6 length), operation number (3 length) and part-number (16 length).
On any part number value that is longer than 10 characters, the print value is always TRUNCATED after the 10 first characters. All others value that is less than 10 are printed correctly. No problem with production number and operation number.
I have try to increase the size of the output fields and still have the problem.
Wld appreciate any inputs..
Thanks
Sly
:confused:
~Vamsi
24th October 2001, 01:19
Sly,
Barcodes can be printed using a variety of techniques. Please specify which one of the following you are using:
ActiveX Control which is part of BWPrint
A soft-font installed on the Windows machine triggered by BWPrint
A cartridge in the HP Printer which gets its escape sequences from a shell-script on Baan (Unix) server
Something totally different (please explain :)).
Han Brinkman
24th October 2001, 09:44
Heard a few days before from a collegue of mine that had the same problem. Seems to be related to the portingset. On a system with a newer portingset, including newer BW and BWprint he did not experience this problem.
hersly
24th October 2001, 15:49
Hi ~Vamsi
We are using 3of9 cartridge in the HP Printer which gets its escape sequences from a shell-script on Baan (Unix) server (HP_BARCODE directory).
I don't know if is link to the escape sequence, but if I print the field value on an non-barcode printer, this is what I got :
Value : 123456789012345 --------> (15 characters length)
result : (*1234567890*( ---------> (only 10 first characters)
Thanks again
BTW, we are on the portingset 6.1c.06.01 and AIX4.3.3
Sly
hersly
24th October 2001, 22:07
Hi,
One of our consultant fixed partialy the problem. It was the 'print substr($1, 1,5) ' line in the type file under hp_barcode directory.
We have change that line for .... print substr($1, 1, 20) to see at least the first 20 characters.
Now the problem is : sometime we can have a 'space' in a value to be barcoding (ex: 3316498-1 CAG) . The 'CAG' suffixe suppose to be in the part of the barcode. Now it is truncated.
How can I fixe that one ?
Sly
Embrau
29th October 2001, 11:30
If you want to use a barcode with BWprint, you should have the newest portingset and the newest BWcliet/print version.
Last time I had a problem with printing barcodes with a length of 12 and more. The problem was a the old poringset and old bwprintversion.
After you installed all the new stuff, you are able to use all length for barcoding as you want to.
This is problems only occures by using the escape syntax.
You can also use a cardridge for a printer. Then you're able to print by using the barcoding fields on a report field, without programming.