During a migration of reports which contain EAN128 / Code128 barcodes to Fast Report I found that Fast Report does not use the correct symbology. The lines of a Code128 barcode are very wide so that they are perfect for long distance scanning in a warehouse. I reported it, but only received a recommendation for a third-party barcode library. This one seems to use the correct symbology but it is still in development (for many months now) and not working with Fast Report in Delphi 2009 yet.

Are there other Code128 / EAN128 barcode libraries available for Fast Report?

Code128 barcode example:

alt text

Update: one month later. In the meantime we have received source code from the third-party barcode developer - but it is the same buggy code we received in October 2009. So our projectas are stuck with * Fast Reports wrong Code128 implementation * incomplete and buggy third party library * too little time to implement this ourself, so we still use the Delphi 7 printing system based on QuickReport

link|improve this question

feedback

3 Answers

I use these http://psoft.sk/

link|improve this answer
This is the third party library which does not work with Delphi 2009 - the latest 'beta' version did not display the database values in the barcode. – mjn Jan 20 '10 at 20:42
Their 'news' page says their latest version is compatible with 2009 & 2010. I don't use 9/10 so I can't give first hand experience, but I've used their components for over 6 years without any problems. – David Jan 20 '10 at 21:11
They have not yet released the Delphi 2009 version for Fast Report - we have been very happy users of the Delphi 7 version for Quick Report for many years too. So let's see when it is ready... – mjn Jan 21 '10 at 14:34
feedback

You might try the dlSoft component dBarcode.NET.

It is a standalone component, and as such, you would need to generate the code and embed it in the report.

link|improve this answer
it is a Delphi Win32 (not .NET) application and I would like to keep dependencies minimal – mjn Feb 4 '10 at 7:43
feedback
up vote 0 down vote accepted

The new release 4.9 of Fast Report solved the problem. Many thanks for all answers!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.