BearerBars=False does not hide it
3 posts • Page 1 of 1
BearerBars=False does not hide it
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
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
Are you using the barcode.asp included in the software? Note the lines below:
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.
- 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.
-
glitch - Support Engineer
- Posts: 198
- Joined: Wed May 14, 2008 2:42 pm
Re: BearerBars=False does not hide it
Thank you very much
It helped me a lot
Georg
It helped me a lot
Georg
- rorhmertl
- Posts: 2
- Joined: Thu Nov 24, 2011 9:53 pm
3 posts • Page 1 of 1
Return to Barcode ActiveX Control
Who is online
Users browsing this forum: No registered users and 0 guests