Hello everyone

pleas help me with this

I need a formula that can convert my data into barcode with crystal report in visual studio 2013 and Connectcode trial version
I'm new with this so any help will be great

Recommended Answers

All 2 Replies

While it's been a few years, I never used any code to make barcodes. Here was just a font. I would change to the barcode font and I was done.

Well
for anyone who have the same issue that i have here is the response
using a formula that is included in a program call "CCODE"
and changing the values of that formula for my field in crystal report

Dim data as string
Dim chk as number

'Replace "12345678" with your data field here
data = cstr({barcode.ID},0)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.