I've designed a MDI Application that displays various crystal reports generated on dynamically generated common forms. the MDI Form (parent) has a toolbar displaying all of the crystal functions on it.
What I'd like to be able to do is tell the viewer to click the Export button. I know when clicking the button in the viewer, and setting UseDefault to true, the default dialogs show up. I tried:
but that failed to pop up the default dialogs.. Is there any way, from code, to tell the viewer to show the default dialogs for the toobar buttons I mentioned above?
Thanks in advance!
--NipsMG
What I'd like to be able to do is tell the viewer to click the Export button. I know when clicking the button in the viewer, and setting UseDefault to true, the default dialogs show up. I tried:
Code:
Call CrViewer1.ExportButtonClicked(True)
but that failed to pop up the default dialogs.. Is there any way, from code, to tell the viewer to show the default dialogs for the toobar buttons I mentioned above?
Thanks in advance!
--NipsMG