Bar Codes

L

LFP

Based on what numbers are entered in a field in the top part of my form I
need to convert that number to a read only field at the bottom of the form as
a bar code. Can anyone explain how to do this?
 
G

Gavin McKay

Hello,

You could probably do this as a web service fairly simply. If you had the
web service as a secondary data-source you could do a submit with the number
at the top of the form and populate the barcode at the bottom via the web
service.

Assuming you have a web service to do this of course :) There's one at the
CodeProject here:

http://www.codeproject.com/KB/cpp/wsbarcode.aspx

that might do the job for you - generates code39 barcodes.

Gavin.
 
G

Gavin McKay

Hi,

Would you be able to post a quick summary of your solution "for posterity"?
Like which Font did you use? And what rules and conditions were implemented?

Thanks.

Gavin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top