BearerBars=False does not hide it

Anything related to Barcode ActiveX programming

BearerBars=False does not hide it

Postby rorhmertl on Thu Nov 24, 2011 10:13 pm

Hello to all!

I tried to get a 2of5interleaved Barcode without the BearerBars but even if I write BearerBars=False the Bars on the top and bottom of the code are always present.

<img src='/barcode/barcode.asp?Symbology=7&ShowHRText=0&NarrowBarWidth=20&BarHeight=500&BearerBars=False&Message=4311435304' height='90' valign='top' />

Is there something wrong?

regards - Georg
rorhmertl
 
Posts: 2
Joined: Thu Nov 24, 2011 9:53 pm

Re: BearerBars=False does not hide it

Postby glitch on Fri Nov 25, 2011 11:04 am

Are you using the barcode.asp included in the software? Note the lines below:

Code: Select all
83    IF (objBarcode.Symbology = mbxInterleaved_2of5 ) THEN
84    objBarcode.Font.Bold = false 'SCC14 printed with normal font style
85    objBarcode.BearerBars = true 'Add bearer bars to SCC14
86    END IF



It sets BearBars to true on all Interleaved 2 of 5. You can comment this line to remove BearerBars.

If you want the bearerbars display configurable through URL parameter, you need to add code to parse this parameter from URL and set the property accordingly.
The information above is provided "AS IS", with no warranties, and confers no rights.
User avatar
glitch
Support Engineer
 
Posts: 198
Joined: Wed May 14, 2008 2:42 pm

Re: BearerBars=False does not hide it

Postby rorhmertl on Sun Nov 27, 2011 8:49 am

Thank you very much
It helped me a lot

Georg
rorhmertl
 
Posts: 2
Joined: Thu Nov 24, 2011 9:53 pm


Return to Barcode ActiveX Control

Who is online

Users browsing this forum: No registered users and 1 guest