This topic is locked

Barcode generation

12/8/2009 5:52:46 PM
ASPRunnerPro General questions
M
mfred author

I have a system that needs a barcode generated for package tracking numbers that are entered into the system. It appears this is an option, according to old posts. But they are spread out and for old versions. I am using ASPRunner 6.1. The first question is whether that needs to be a separate field in the database form the entered number. Then how do I code it in ASPRunner? Thanks for any help.

M
mfred author 12/9/2009

That was actually different. The other stuff has been worked out. I was wondering if there is a method for displaying a barcode in the system.

J
Jane 12/10/2009

Hi,
to the best of my knowledge it requires of of barcode components to be purchased and installed on the server:

http://www.google.com/search?q=asp+display+barcode
Then set up field with barcode as custom on the "View as" settings dialog on the Visual Editor tab.

Here is a sample:

strValue="<IMG alt=""Barcode Image"" src=""idalin.asp?BARCODE=" & strValue & """>
" & strValue
M
mfred author 12/10/2009

Thanks