Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Click "refresh", "search", "print", or "expor

Status
Not open for further replies.

NipsMG

Programmer
Dec 27, 2000
215
US
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:

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top