Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a bar code

Status
Not open for further replies.

madhav23

Programmer
Jun 5, 2003
7
0
0
US
in my crystal report iam displaying the address.
based on this address i need to generate a bar code.
is it possible or not? if it is possible, please help me out.
 
Not sure if this will solve your problem, but this is how I barcode tracking numbers from our POS retail system.

I create a text field within the report that has asterisks at start and end

EG - '*{dbo.table.trackingnumberfieldname}*'

I format the text box with the CodeSixNineText FONT. This gives us a scannable barcode on the report that the staff can use to recall the transaction to their POS screens.

In order for this to work all machines that run the reports have to have the CodeSixNineText FONT installed locally.

Hope this helps...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top