GvdKroef
14th April 2009, 13:37
Hoe kan ik bij de samenstelling van een barcode zorgen dat de "Human-Readable text" onder de barcode NIET wordt afgedrukt?
sushil
14th April 2009, 13:55
English Please..!!??
GvdKroef
14th April 2009, 16:33
Sorry, I forgot for a moment that Baan is not only sold in the Netherlands.
I want to create a barcode without the readable text.
English Please..!!??
norwim
14th April 2009, 16:50
Hi there,
have a look at the programmers manual of your printer. There you should find the parameter descriptions. Like size, orientation, type of barcode etc. there usually is an escape sequence for turning human readability on or off.
hth
Norbert
a3goos
27th May 2009, 13:07
When using bwprint you have to change a registrysetting.
Change the value of ShowBarcodeText in registry.
This value has to be entered manually into the registry.
key: HKEY_LOCAL_MACHINE\SOFTWARE\Baan\BwPrint\BarcodeText
value: ShowBarcodeText (DWORD value):
0: Barcode Text is not displayed
1: Barcode Text is displayed (this is the default)
Kind regards
Adrie
GvdKroef
27th May 2009, 13:26
Thanks Adrie,
Your solutions works perfect!