Table of Contents

Overview

Barcode fonts may be used on Crystal Reports to allow users to scan barcode information into external programs or devices.

Requirements

<div style="margin-left: 20px;"> {{ :barcode_font_dll_u2ldfont.zip|}} </div>

Cautions

None

Bar Code Types

Code 39

<div style="margin-left: 20px;"> {{ :barcode_code39azalea_fonts.zip|}} </div>

<div style="margin-left: 20px;"> </code> </div>

“*” + ToText({TransHeader.OrderNumber}) + “*”

</code>

DAR 128

<div style="margin-left: 20px;"> {{ :barcode_dar128_fonts.zip|}} </div>

<div style="margin-left: 20px;"> </code> </div>

“~” + ToText({TransHeader.OrderNumber})

</code>

Within Control

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>

Tools

Source

Contributor: Brandon Readlinger, Cyrious

Date: 7/28/2014