Barcode fonts may be used on Crystal Reports to allow users to scan barcode information into external programs or devices.
<div style="margin-left: 20px;"> {{ :barcode_font_dll_u2ldfont.zip|}} </div>
None
<div style="margin-left: 20px;"> {{ :barcode_code39azalea_fonts.zip|}} </div>
<div style="margin-left: 20px;"> </code> </div>
“*” + ToText({TransHeader.OrderNumber}) + “*”
</code>
<div style="margin-left: 20px;"> {{ :barcode_dar128_fonts.zip|}} </div>
<div style="margin-left: 20px;"> </code> </div>
“~” + ToText({TransHeader.OrderNumber})
</code>
If you intend to use barcodes within Control then you must use a custom function named DLFontCR( ) to allow Control to read and know how to act on those barcodes.
<div style="margin-left: 20px;"> </code> </div>
DLFontcr (“~”+ ToText({Part.ClassTypeID},0,“”) + “.” + ToText({Part.ID}, 0, “”), “7”, “0” )
</code>
Contributor: Brandon Readlinger, Cyrious
Date: 7/28/2014