Jag har ett problem med att visa rapporterna, får bara fel meddelandet "unable to load report". PROBLEM: Tack så mycket för svaret, det hjälpte - åtminstonde lite nu får jag ett annat felmeddelande som säger Fel: EVB 6 och Crystal Reports problem
Jag använder mig utav gamla rapporter skapade i CR 6, som det ligger en koppling mot en Access databas i. Om jag öppnar rapporterna i CR 9 och sparar ner dem kan jag inte öppna dem, inte ens mot access databasen. Jag har ändrat om kopplingen i rapporten mot en SQL 2000 databas, och då får jag fel meddelandet "unable to load report"
Jag vet inte vart felet ligger antingen i kopplingen till databasen i VB eller så är det nått allmänt CR fel
Använder Crystal Report Control i VB
Någon som kan hjälpa mig?????.
Så här der uppkopplingen ut.
Report1.Destination = 0 'Endast förhandsgranska rapport
Report1.Destination = 1 'Skriv ut rapport
Report1.CopiesToPrinter = 1
Report1.ReportFileName = "c:\temp\Registr.RPT"
LogonServer = Report1.LogonServer("p2ssql.dll", "server", "db", "uin", "pwd")
Report1.SelectionFormula = ""
Report1.WindowState = crptMaximized
Report1.Action = 1Sv: VB 6 och Crystal Reports problem
When trying to execute the VDF sample ORDER Report from ordrpt1.rv in the Order Sample application, we receive the error messages.
- The report is executed without any problems when double clicking on the .rpt file.
- The report is executed without any problems when opening it using Crystal Report
- When trying to access the report through VDF, the following error messages are displayed:
ERROR: Crystal Report, Unable to Load Report
Error Number: 4405
ERROR: Crystal Report Print Job not opened.
Error Number: 4405
Invalid Message Get_Array_Value
ERROR: Crystal Report Unable to load report
SOLUTION:
This error may occur because there are multiple versions of the Crystal Reports Print Engine (CRPE32.dll) on the computer and the application is loading an incorrect version of the CRPE32.dll.
To resolve this error, ensure that the only copy of CRPE32.dll is of the latest version. Make sure that this latest version of this dll (from Crystal Decisions/2.0/Bin) is both in the WINNT/System32 folder and in the VDF Bin folder.
Se även: http://www.dmgrpt.com/Tips_index.aspSv: VB 6 och Crystal Reports problem
Inget annat, verkar väldigt skumt.
Har du något annat bra tips??
Vore väldigt tacksam för hjälp
MVh
Calle