cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

UFL 'u2lbcode.dll' that implements this function is missing

Former Member
0 Likes
2,992

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


View Entire Topic
0 Likes

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