Background Information:
I have created a Crystal Reports Viewer using VB6, CR10 and RDC. I am populating report parameter default values dynamically by running a secondary report in the background. This secondary report contains the picklist that I want to appear the first reprort. The picklist report is then exported to a text file. Then I read the text file containing the picklist data into the default values of the desired parameter in the first report.
I know it seems complicated, but it seems to work and it doesn't require CR11 or a third party component. One problem with the technique is that every time I export a report in the background, a window pops up that says "Exporting...". So when there are multiple parameters and multiple secondary reports the screen flashes annoyingly.
The Question:
Is there a way to run a report in the background using VB6, and export the data to a file without out showing any notificions to the user? That is to say, can I export the data in silent mode?
I suppose that I could suppress the screen refreshes for a few moments...
Thanks.
I have created a Crystal Reports Viewer using VB6, CR10 and RDC. I am populating report parameter default values dynamically by running a secondary report in the background. This secondary report contains the picklist that I want to appear the first reprort. The picklist report is then exported to a text file. Then I read the text file containing the picklist data into the default values of the desired parameter in the first report.
I know it seems complicated, but it seems to work and it doesn't require CR11 or a third party component. One problem with the technique is that every time I export a report in the background, a window pops up that says "Exporting...". So when there are multiple parameters and multiple secondary reports the screen flashes annoyingly.
The Question:
Is there a way to run a report in the background using VB6, and export the data to a file without out showing any notificions to the user? That is to say, can I export the data in silent mode?
I suppose that I could suppress the screen refreshes for a few moments...
Thanks.