Re: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Paul Kukiel
We use the Barbecue library and java loader. Generate the jpg and use that in reportbuilder. We use this 1000's on times per day so its suitable for large use. http://www.adampresley.com/2007/10/using-barbecue-barcode-in-coldfusion.html Regards, On 21/03/2012 1:03 PM, Zac Spitzer wrote: hav

RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Dale Fraser
t: RE: [cfaussie] BarCode Generator with CF Report Builder Bar codes are just fonts. In the past I have used a font to display Bar Codes generated in Crystal reports. A standard format for the code must be defined for item you are scanning, eg length and pre and postfix characters. For

Re: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Zac Spitzer
have you seen this library http://code.google.com/p/zxing/ z On Wed, Mar 21, 2012 at 8:46 AM, Scott Thornton wrote: > Bar codes are just fonts. > > > > In the past I have used a font to display Bar Codes generated in Crystal > reports. > > > > A standard format for the code must be defined for

RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Scott Thornton
Bar codes are just fonts. In the past I have used a font to display Bar Codes generated in Crystal reports. A standard format for the code must be defined for item you are scanning, eg length and pre and postfix characters. For example a Medical Record Number (I work in health) might represent

RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Dale Fraser
Behalf Of rai...@ozemail.com.au Sent: Wednesday, 21 March 2012 8:08 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] BarCode Generator with CF Report Builder Hi Dale Thanks for that Not sure what the format is it seems to be pretty standard to those used on Telstra bills etc The

RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread raiola
@googlegroups.com Subject: RE: [cfaussie] BarCode Generator with CF Report Builder The best way to do barcodes is an image. Generate the barcode as an image then reference the image in the CF Report, we do charts in reports the same way. There are lots of image libraries for generating barcodes, or

RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Dale Fraser
The best way to do barcodes is an image. Generate the barcode as an image then reference the image in the CF Report, we do charts in reports the same way. There are lots of image libraries for generating barcodes, or you could try to write your own using the CF image tags Finding a java