bhavna_rupani
06-30-2003, 07:24 PM
I have an application which uses VB 6 as front end, oracle as backend and crystal reports 9 using RDC as reporting tool. Build the installer using mircosoft visual studion installer and included the following msm files
licence.msm
Reportengine.msm
RDCruntime.msm
RDCdesigntime.msm
The installer works fine, when I run the report the first time, its comes up without any errors in the crystal veiwer, once I close the crystal viewer and try generating the report again, it tries to open the viewer but it generated a .exe error and it closes the application.
need to log in again to generate a report for a different criteria...
any help on this ASAP would be greatly appreciated.
Thanks
ellebanna
07-07-2003, 12:46 PM
I have an application which uses VB 6 as front end, oracle as backend and crystal reports 9 using RDC as reporting tool. Build the installer using mircosoft visual studion installer and included the following msm files
licence.msm
Reportengine.msm
RDCruntime.msm
RDCdesigntime.msm
The installer works fine, when I run the report the first time, its comes up without any errors in the crystal veiwer, once I close the crystal viewer and try generating the report again, it tries to open the viewer but it generated a .exe error and it closes the application.
need to log in again to generate a report for a different criteria...
any help on this ASAP would be greatly appreciated.
Thanks
IF you created an object when you generate the report make sure to close or set it to nothing.
bhavna_rupani
07-07-2003, 02:46 PM
Thanks, but I have already made sure that I set al the report objects to nothing... it works on some machines, but on some machines it gives this error ....so dunno.....
I have an application which uses VB 6 as front end, oracle as backend and crystal reports 9 using RDC as reporting tool. Build the installer using mircosoft visual studion installer and included the following msm files
licence.msm
Reportengine.msm
RDCruntime.msm
RDCdesigntime.msm
The installer works fine, when I run the report the first time, its comes up without any errors in the crystal veiwer, once I close the crystal viewer and try generating the report again, it tries to open the viewer but it generated a .exe error and it closes the application.
need to log in again to generate a report for a different criteria...
any help on this ASAP would be greatly appreciated.
Thanks
IF you created an object when you generate the report make sure to close or set it to nothing.