Translate BarCode in a report

Hi ! I have a simple problem: How do I translate Barcode into my report to secure, that my Scanning Device can read the Barcode ? I know the trick, but I can’t implement it ! text gives me the correct readable Barcode. Regards Oscar

  1. Get yourself the proper Barcode font 2) Assign this font to the textbox you want to print the barcode with (use the TrueType identifier as fontname) 3) Set as textbox source ‘’ + YourTextVar + '’ Look for a free, fully functioning code 39 barcodefont at: http://www.zebex.com/free.htm TrueTypefont 39251 Comes as zip file with instructions John