robertvg
14th July 2004, 14:57
Hi,

Is there a way to print a barcode (CODE39) trhough bwprint without the value or the text under the barcode ?

Thanks in advance,
Robert

mark_h
14th July 2004, 17:38
The answer is yes, but I am not sure what you have to disable. I know when I design my barcode tags I turn this feature off. But that is just turning off the human readable configuration. So I am assuming somewhere in your barcode setup there is a control sequence you can setup - I just do not know what that is.

Mark

draeger
21st July 2004, 16:03
SOLUTION DESCRIPTION:
From the following Bwprint versions, you can control by yourself now, whether Bwprint should print the barcode text yes or no.

BaanIV: 6.1c.07.02 and higher
iBaanERP5.0b,c: 7.1d.03 and higher
iBaanERP5.2a: 7.3a.04 and higher

Using a Windows registry value you control whether the barcode text is generated yes or no.
This Windows registry value has to be created manually. (For future versions of Baan, the bshell function bc$ might be enhanced to be able to control this externally).

To disable printing of the barcode texts do the following:

1) On the computer, running Bwprint (this is the same computer as running the user interface), create the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Baan\BwPrint\BarcodeText

2) For this key create the following DWORD value:

ShowBarcodeText (DWORD value):

3) Assign the following value to ShowBarcodeText:

0: Barcode Text is not displayed
1: Barcode Text is displayed (this is the default)

You can test the result as follows:
1) Start Bwprint by double-clicking on bwprint.exe
2) From the menubar select Help -> Barcode test
3) Check if the barcode images created do not (or do, depending on the value of ShowBarcodeText) contain the barcode text.

p.cole
22nd July 2004, 01:28
http://www.baanboard.com/twiki/bin/view/Infouser/BwPrint