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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

default directory with PEExportPrintWindow

Status
Not open for further replies.

epsi

Programmer
Feb 11, 2005
1
DE
Hello Colleagues,

when I export with the 'suitcase'-symbol from a report-window, after choosing disk-file, he offers me to save the *.xls-file in the directory where the reports were installed.
How can I change the default-directory by the application?
I have an Visual-Basic 6.0 Application and use the API function PEExportPrintWindow from crpe32.dll, which is of the Crystal-Report-Version 6.
Does anybody have an idea?
Thank You for very much.

Regards

Stefan Eberhardt
 
Such an old version of Crystal, the version that comes with VB 6 is 4.X (gutted version of Crystal but more akin to version 8), whereas the latest Crystal is up to version XI now. Are you certain that you're using CR 6?

Version 7 and below are no longer supported by BO.

Here's all I can find on it (I used to code using the Print Engine) I think that you want something like the PEGetExportOptions:


-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top