naga ch
20th June 2016, 13:46
Hi all,

while printing the barcode report with device as windows printer i am getting the following error.can any one please suggest the solution for this.ASAP..

Regards,
sireesha.

bdittmar
20th June 2016, 16:57
Hi all,

while printing the barcode report with device as windows printer i am getting the following error.can any one please suggest the solution for this.ASAP..

Regards,
sireesha.

Hello,

bc$()

--------------------------------------------------------------------------------

Syntax
string bc$( long type, long rows, string barcode(.) )
Description
Use this to create a barcode of the specified type.

Arguments
type
This points to a shell script that generates the barcode. The script is stored in the barcode directory; this is specified in the printer information file. The script names take the form 'typexx', where xx is a two digit number. For example 'type02'. You specify the two digit number in this argument.

rows
The height of the barcode, as a number of lines.

barcode
The string that must be converted to a barcode and printed.


Context
Bshell function.

Example
print bc$( 02, 2, input_string )
refresh()

Where does your barcodedir Point to.

Does BWPRINT produce proper output ?
(See Atachment)

Maybe a long or double is used instead of a string to built the barcodevalue-

Regards

naga ch
21st June 2016, 10:41
Hi All,

I am getting the barcode field values in debuuger but after printing the report but barcode is not printed in the device(bwprint).please give me rply.

Thanks,
sireesha

andreas.toepper
21st June 2016, 12:37
Could you please open the help menu in the preview Windows of your Baan Client? There's an option called barcode test. Does it work?

andreas.toepper
22nd June 2016, 12:51
I remember some old issues when Infor/SSA first introduced the barcode printing with bwprint in Baan4. Sometimes you needed to register a dll within windows first. But nowadays this shouldn't be necessary anymore (and I don't remember the steps to do so). Could you please install the latest bwc and try again?

Registering the dll is mentioned here also: http://www.baanboard.com/baanboard/showthread.php?t=22967&highlight=register+ocx

g.sireesha
22nd June 2016, 13:54
Hi Andreas,

We dont have any barcodes types in bwprint->help->barcode test. What we have to do if we dont have barcode test C\:baan:\bin\bwprint.exe-->help-->barcode test. Could you please help me for this issue. Please find the screenshots for your reference.

Note : We are using Baan IV.

Thanks,
Sireesha.

andreas.toepper
22nd June 2016, 14:14
Could you please install the latest bwc and try again?

naga ch
23rd June 2016, 10:10
Hi Andreas,

Thank you for your support its working fine.

Thanks,
Sireesha.