30 pts.
 Crystal Reports 8.5 Export Options
I am using Crystal Reports 8.5 to email a batch of reports. Destination property is set to 3. I am seeing the Export Options dialog box for Page Range for each report being emailed. This could be in the hundreds so I do not want to respond OK to the Export Options each time. Looking for an Active X control property to disable this Export Options dialog box. I have tried setting the ProgressDialog to False but it didn't make a difference. The Export Options box still popped up each time.

Software/Hardware used:
ASKED: April 15, 2009  8:19 PM
UPDATED: May 28, 2009  5:09 AM

Answer Wiki:
Try setting the parameter for .export to false. This seems to override the .displayprogressdialog parameter.
Last Wiki Answer Submitted:  April 17, 2009  2:08 am  by  Ajmacb   45 pts.
All Answer Wiki Contributors:  Ajmacb   45 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I do not find a .export parameter in my available ActiveX Controls Properties.

 30 pts.

 

I have the same problem, so if you do find a solution, I’d like to know about it.
I export to RTF (CrystalReport1.PrintFileType = crptRTF), and get that annoying dialog box.

One solution that I found was to export to WinWord, but that brings its own set of problems (page headers get greyed-out for starters).

 10 pts.