CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2004
    Posts
    2

    Unhappy Error in CrystalReport

    I have an application developed in VB 6.0, SQl and
    Crystal Reports. I am getting the following error message.


    "Line 77: Cannot load control CrystalReport1."

    the code is

    CrystalReport1.SQLQuery = lstrsql.

    I have also activated the crystal report control in the components dialog box.

    regs
    R.Priyarani

  2. #2
    Join Date
    Jul 2003
    Location
    Florida
    Posts
    651
    Is there an error number? Try looking up the error number or the error description online. Sometimes you can find the answer that way.

    Did you rename the control to something different and are trying to call it by the default name?

    Do you have the correct dll installed on the machine you're getting the error on?
    I'd rather be wakeboarding...

  3. #3
    Join Date
    Apr 2004
    Posts
    2

    solved

    Thank you, Malleyo I've solved the problem

+ Reply to Thread

Bookmarks

Posting Permissions

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



HTML5 Development Center

Click Here to Expand Forum to Full Width