I have a VB (ver 6) application that uses the CRViewer (ver 8.5) in one of the forms.
Is there anyway of creating new tabs on the control to hold a new report on each of them?
The user wants to be able to choose either an individual option as a parameter for the report or all the options from the table. If he chooses all the options, there should be a single report for each option and he should be able to either loop through them one at a time or to see each report on a separate tab on the viewer.
At the moment, the application previews one report in the viewer, the user then clicks a message box to preview the next report. The problem here is that the user cannot access any of the functions on the Viewer control when the message is on screen as it is modal.
Creating one long report is a last resort.
Can anyone help? I seem to be going round in circles.
Suz
Is there anyway of creating new tabs on the control to hold a new report on each of them?
The user wants to be able to choose either an individual option as a parameter for the report or all the options from the table. If he chooses all the options, there should be a single report for each option and he should be able to either loop through them one at a time or to see each report on a separate tab on the viewer.
At the moment, the application previews one report in the viewer, the user then clicks a message box to preview the next report. The problem here is that the user cannot access any of the functions on the Viewer control when the message is on screen as it is modal.
Creating one long report is a last resort.
Can anyone help? I seem to be going round in circles.
Suz