CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Question UFL that implements this function is missing

    Hello. I am writing a VB.NET 2008 app using the CrystalReportViewer component. A decade ago I wrote something similar in VB6, and I want to replace it (but I'm doing a rewrite not a port).

    Everything works like a charm, except that some of my reports use functions from a UFL (named u2lsvrep.dll) that we wrote years ago. Those reports give me the following error:

    "UFL 'u2lsvrep.dll' that implements this function is missing."

    I have that dll. Where do I have to put it, or what else do I have to do, in order for my program to be able to display reports that use functions from it?

    Any help is greatly appreciated, thanks.

  2. #2
    Join Date
    May 2003
    Location
    Islamabad, Pakistan
    Posts
    284

    Re: UFL that implements this function is missing

    For XI Release 2 we put custom UFLs under

    C:\Program Files\Business Objects\Common\3.5
    If this post is helpful, then, Rate this Post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured