I am writing a VB program to automatically export a crystal 10 report to a PDF file and then e-mail it. Life is wonderful until I execute the:
.Export False
I get an error message that says "Missing or out-of-date export dll.
If I remove the 'False' argument, it prompts me for the filename/location, etc and works fine. But, I do not want the user to have to go through this for a hundred plus reports. The False should work.
In looking at my system, I have the ExportModeller.dll and crtslv.dll both loaded and registered.
Anyone run into this before?
.Export False
I get an error message that says "Missing or out-of-date export dll.
If I remove the 'False' argument, it prompts me for the filename/location, etc and works fine. But, I do not want the user to have to go through this for a hundred plus reports. The False should work.
In looking at my system, I have the ExportModeller.dll and crtslv.dll both loaded and registered.
Anyone run into this before?