About Export behaviour of Crystal Report
Dear all,
I am currently using VB6 & CR 9. My program is simply export a set of monthly billing reports from Database into PDF format.
My program is working but my boss ask me to find if the following behaviour can be amended.
During the report exportation, when a report is exporting, a build-in CR dialog (prompt out for cancel export action, not the option dialog) will display in foreground. This made the button in the background form got layered with button caption of CR dialog when one report is exported. (It actually have no harm to my program, seems to be just a problem caused by refreshing between background & foreground)
My question is: is it possible to depress this build-in CR dialog?
Thanks for any reply
Marker
Re: About Export behaviour of Crystal Report
How are you exporting the report?
Set the DisplayProgressDialog property of the Report object to False.
Re: About Export behaviour of Crystal Report