Results 1 to 4 of 4

Thread: unable to load report

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    unable to load report

    I'm trying to run a Crystal Report from my VB app, but I'm getting this error..."unable to load report"...

    any suggestions?

  2. #2
    PowerPoster
    Join Date
    Aug 2002
    Location
    NY, NY
    Posts
    2,139
    None, until you show us how you do it. Although, try to debug to see wich line is the troubled one.
    Roy

  3. #3

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    heres the code...it bombs out on the first line. The report works fine on other machines.

    CrystalReport1.Action = 1
    CrystalReport1.ReportFileName = ""
    CrystalReport1.SQLQuery = ""
    CrystalReport1.SelectionFormula = ""
    CrystalReport1.SortFields(0) = ""
    CrystalReport1.StoredProcParam(0) = ""
    CrystalReport1.Formulas(0) = ""
    CrystalReport1.Formulas(1) = ""
    CrystalReport1.Connect = ""
    CrystalReport1.ParameterFields(0) = ""
    fmlatext = ""
    Exit Sub
    reporterr:
    MsgBox "Problems printing this report, contact IT. " & Err.Description
    End Sub

  4. #4

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    I think I may know the problem. The report was created in a new version of CR and I think the .DLL made need to be updated on her machine...I'll keep ya informed

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