Procedure:
1. Download the fonts demoand UFL at http://www.idautomation.com/and install them. Font: http://www.advancemeants.com/downloads/IDAutomation_C39FontAdvantageDEMO.zip UFL: Large.
2. Follow the help example file to read me.html. Generally, it is to create a formula field, drag the field to the rpt file, and set the font of the field.
Related information:
Crystal decisions Technical Documentation http://support.crystaldecisions.com/communityCS/TechnicalPapers/scr_barcodes.pdf
Example of azalea c39: http://www.azalea.com/SampleCode/code39.html
Idautomation examples Use code128: http://www.bizfonts.com/crystal/
I first use the barcode UFL of Azalea and use manual installation. As a result, I did not find the desired function in the crystal report function library that comes with vs.net for a long time. I suspect that the crystal Report of vs.net does not support UFL. Later I used idautomation and finally saw barcode. These two fonts are not included in Cr, and the correct demo font rate of idautomation is only 25%. It is no problem to use it to show examples, but you have to pay for it. Discuss with boss tomorrow.
Update 2004-6-28:
Because the fonts described above all require money, the demo fonts can only be set. Here we will introduce another method (but only barcode code39 can be used ).
1, download free 3 of 9 barcode fonts to http://www.squaregear.net/fonts. Here, only the code39 font is installed.
2. Add the formula field to the Crystal Report. The name is barcode. The formula "*" + {table. barcodefield} + "*" is actually adding "*" to the beginning and end of your barcode. This is what barcode39 requires. In fact, the UFL provided by idautomation does this.
3. Drag this field into the report and set its font to the one we just downloaded and installed.Free3of9.
4. Test it and check your results.