ConnectCode Fonts With Crystal Reports

  1. Launch Crystal Report and Open the Field Explorer





  2. Create a new formula by right clicking Formula Field and select New.






  3. Give the new formula a name (e.g barcode128B).






  4. You will now see the Formular Workshop. Set the syntax of the formula to 'Basic Syntax'.






  5. Copy the formula for the barcode that you intend to use from the file CR_Formula.txt (in the Resource subdirectory) to the Crystal Report's Formula Editor. For example, if you want to use Code128B, copy the Encode_Code128B formula and paste it into the Formula Editor.

  6. Modify the 'data = "12345678' statement so that it connects to your data source. For example, change the statement to data = { Employee.Number }.






  7. Save the formula and drag it to your report to create a formula field.

  8. Set the font of the formula field to the appropriate barcode font. For example, for Code 128b, the font can be CCode128_S2 or CCode128_S3. (Note the font preview in the drop down list of Crystal Reports may appear as barcodes instead of barcode names)