VB Crystal Report >> Setting Default Export Directory within Crystal

by aaj » Wed, 20 Apr 2005 18:51:43 GMT

Hi all

Can any one help me with a simple problem?

I have a crystal(9) report that I use as and activex component within VB6.
Everything works fine, other than when I click the export bouuton and chose
for PDF, the default directory is always reset to Local Settings\Temp.


Is there anyway I can set this default directory to be something else.


Cheers

Andy




Similar Threads

1. Crystal Reports Viewer 2008, default export location and file name

Hi,

I have a windows forms application (VB.NET 2005) with a Crystal Report
Viewer control.  I am trying to get the export dialog (the viewer's
built in export button) to default to a location and file name when
opened.  I cannot seem to find a way to do this.  Can anyone help me?

Thanks,
Brett

2. exporting crystal reports to an initial directory with VB.NET

3. Setting default directory

Is there a method I'm missing to set the default directory?

So that:

   Set fso = CreateObject("Scripting.FileSystemObject")
   fso.CreateTextFile "test1.txt"   ' Create a file.

Will create a text file in the directory I want it to?  Without having to
include a path name at that time?

-- 
J.B.Moreno