on ‎2019 Mar 04 4:01 PM
Hi,
I'm trying to develop an application with SAP Crystal Reports, developer version for Eclipse ver 2.0.24.
When I try to run a report with barcode I've got the error:"
UFL 'u2lbcode.dll' that implements this function is missing".
I've developed my application starting from CRJavaHelper class.The others kind of report work well. In the path
C:\eclipse\plugins\com.businessobjects.crystalreports.crsdk.libs_12.2.225.r3524\lib I can find the library
com.azalea.ufl.barcode.1.0.jar, and I can see that in the package explorer in Eclipse. Other information:
I'm runnig my project on Windows 7 64bit.
Someone can help me? Because I don't know how to solve it.
Thanks in advance
Request clarification before answering.
Hi,
I am facing similar issue in my application. I am reading existing *.rpt file in java application using crystal report java plugin. The back-end code of these *.rpt files are written in ".net" where it try to call IDAutomationQRCodeEncoderQRSet() and this function not present in crystal report library. I have pasted .net code segment here for reference.
Dim Segments As Number
Segments = IDAutomationQRCodeEncoderQRSet(DataToEncode, ProcTilde, EncMode, Version, ErrorCorrectionLevel)
For i = 0 to Segments
CompleteBarcodeString = CompleteBarcodeString & IDAutomationQRCodeEncoderQRGet(i)
Next i
Formula = CompleteBarcodeString
Because of above issue portal showing below error:
ErrorException in formula '{@qarcode2}' at 'IDAutomationQRCodeEncoderQRSet': UFL 'u212com.dll' that implements this function is missing.
I need your guidance to fix this crystal report issue. Please advice
Regards,
Amit Jha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.