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>

"*" + ToText({TransHeader.OrderNumber}) + "*"

DAR 128

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

"~" + ToText({TransHeader.OrderNumber})

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.

DLFontcr ("~"+ ToText({Part.ClassTypeID},0,"") + "." + ToText({Part.ID}, 0, ""), "7", "0" )

Tools

Source

Contributor: Brandon Readlinger, Cyrious

Date: 7/28/2014