Anybody ever get u25azalea.dll or u212azalea.dll BarcodeC39ASCII function to work using
Crystal Report 13_0_8 and MSVC 2012 x64 ultimate ?
All I ever get printed in the report is *MYTEXT*.
This is the code in my custom formula
BarcodeC39ASCII({Qry_Conditions.city})
There is no barcode font in the format object, should there be one ?
I downloaded u25azalea.dl and u212azalea.dll for both x64 and x32
and copied then to
C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64\
C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\
C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\
and my report still doesn't show up with any barcodes.
I change target to x86 and x64 and still no barcode.
I tried BarcodeC39 and BarcodeC39ASCII and they don't work for me
I'm not getting any errors, its just that my report is showning *MYTEXTSTUFF* instead of a barcode.
what am i doing wrong ?