Changing the directory (Report to PDF of Lebans )

izen

Registered User.
Local time
Today, 19:22
Joined
Apr 2, 2009
Messages
50
As I used the code from http://www.lebans.com/reporttopdf.htm to create PDF

I would like to change the directory of file where the files are saved
the default is my doc.
Can i change to save into folder in the same directory of my database

thanks
 
You can specify the location when you call it:

Code:
  blRet = ConvertReportToPDF("rptTripsByDORDate", vbNullString, _
                             "c:\AccessDORDate.pdf", False, False, 0, vbNullString, vbNullString, 0, 0)
 

Users who are viewing this thread

Back
Top Bottom