May 15, 2012 at 6:49 am
I am developing a GRN label print report and have installed font 3 of 9 Barcode.
I want the barcode for the product to be stretched so you stand a good chance of scanning it.
How do I double or even treble the height of this field. Changing font size etc just increase the width as well as depth. I just want more depth.
May 15, 2012 at 7:45 am
Simply widening the column it is in doesn't help? Also make sure you get rid of all padding for the textbox where the barcode is.
May 15, 2012 at 7:54 am
I've tried everything you've said. See code below.
<TableRow>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="PRODUCT_1">
<rd:DefaultName>PRODUCT_1</rd:DefaultName>
<CanShrink>true</CanShrink>
<Style>
<FontFamily>3 of 9 Barcode</FontFamily>
<FontSize>36pt</FontSize>
<TextAlign>Left</TextAlign>
<VerticalAlign>Bottom</VerticalAlign>
<LineHeight>127pt</LineHeight>
</Style>
<CanGrow>true</CanGrow>
<Value>=Fields!PRODUCT.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>5.75cm</Height>
</TableRow>
</TableRows>
May 15, 2012 at 8:28 am
So, what are you getting? Just a small blob that can't be read? Also as I recall, some bar code fonts come with a font size built in. Can you try a different 39 font?
May 15, 2012 at 8:32 am
Looking at this I'm not sure its possible to do what I want.
I tried using the same font in Excel and then trying to stretch the cells depth and the barcode did not stretch with the cell.
June 5, 2013 at 9:46 pm
are you talking about the same issue?
http://www.mrexcel.com/forum/excel-questions/441844-stretch-fonts-taller.html-barcode-height
July 1, 2016 at 5:25 am
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply