Crystal Reports in vb.net
Hello,
I have shown below how i am calling the .rpt file.This works fine in the system where i create the setup of my application.
When this setup is copied and installed on a different system.
This gives me a "Query Engine Error"
Could you help me with this.
Code used....
objCrRptDoc.Load(Application.StartupPath & "\rptCallDetails.rpt", _
CrystalDecisions.[Shared].OpenReportMethod.OpenReportByDefault)
CryRepVwCallDetails.ReportSource = objCrRptDoc
OR
objCrRptDoc.Load("C:\Program Files\Kshema Technologies Ltd\VeDA0.1\rptUsersDirectory.rpt", _
CrystalDecisions.[Shared].OpenReportMethod.OpenReportByDefault)
CryRepVwCallDetails.ReportSource = objCrRptDoc
Both the above code didnt work for me.
-Balaji
Using Crystal Reports in vb.net
Quote:
Originally posted by riteshtandon
I havent worked on .NET but what i feel is that some file DLL or OCX is missing in your setup which is causing the Error.
Ritesh
Hello,
I hve used crystal reports in my vb.net application.and have created a setup of it.but when i install the setup in a different system, when show report menu is clicked gives me a "query engine error"
could you let me know what all merge modules should i inculde or is there any other things i have to take care.
bringing of this thread i have shown i how i have loaded the report!
thanks
-balaji