Crystal Report is the most widely used reporting and analysis software.
Morovia Barcode fontware is fully compatible with Crystal report because a UFL (User Function Library) is contained in the package.
1. Launch Crystal report, click menu View, Field Explorer, then select Formula Fields. Right click to create a new formula, type in MyBarcode and choose OK.
2. Please copy and paste the following into the Formula Editor:
stringVar DataToEncode:={Data.xxx};
stringVar BarcodeStr:=MrvPDF417Barcode2DEncode(DataToEncode);
BarcodeStr;
Now, you can replace Data.xxx with your database field.
3. Drag and drop the formula on your report. Resize it so as to accomodate the barcode.
Don't forget to change its font name to one of Morovia PDF417 true type fonts.
Now, choose Print Preview, you will be able to see barcode appear in your report.
