Hi everyone!
I'm getting this error message at runtime whenever I try to open a Crystal Report from within my VB6 application! Can anyone help me figure out why this is happening??
Thanks in advance,
Luís Costa
The code I use to call the report is the following:
MDIForm1.CRRELATORIOS.ReportFileName = App.Path & "\RepListAnexoBal.rpt"
MDIForm1.CRRELATORIOS.SelectionFormula = "{ListAnexoBal.empresa_id}=" & wempresa
MDIForm1.CRRELATORIOS.SortFields(1) =...
Hi everyone!
I'm getting this error message whenever I try to open a Crystal Report from within my VB6 application! Can anyone help me figure out why this is happening??
Thanks in advance,
Luís Costa
Guys, just letting you all know I've worked it out!!! :)
Turns out the missing 32 bit OCX's where all in a folder of the 2nd Visual Studio CD! :) The application is working fine right now!
Thanks everyone for your good advices!
Luís
Update on the situation: I tried something different, which worked (to some extent)! I opened up my project in the 32 bit version of VB 4, saved it, and apparently it converted the 16 bit ocx's to the 32 bit ones! At least, when I open the project in VB 6 now, the errors I get are related to 32...
Dragnut: yes, I think that's the problem, because when I load the project, I get errors loading the 16bit OCX's! How do I update them to 32bit ocx's??
Here's a few examples of errors recorded in the log files:
Line 86: Class Threed.SSOption of control optCJF was not a loaded control class...
I have this VB application working on a network, where the database is on a server and all the reports are instaled locally on each client machine. Problem is, I can't seem to connect to the DB, I keep getting "unable to connect: incorrect session parameters!"
Could this be because of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.