Hi
with regards to Lebans new report2pdf, is there somewhere/somehow to
determine where the pdf is saved. i want to be able to incorporate an email
function of attaching the converted pdf automatically (which i have code
for), but this needs the full path of the pdf file.
thanks

Signature
David Benjamin
Ron Weiner - 21 Dec 2005 12:02 GMT
Have you looked at or tested Stephens code? The third argument of the
ConvertReportToPDF function is for the OutputPDFname. His documentation
clearly states:
' OutputPDFname is the name you select for the output PDF file
Since you want to use the filename later in your code all you need do is to
specify it when you call the ConvertReportToPDF function. Presumbly the
ConvertReportToPDF function will save the PDF file where ever you tell it
to.
Perhaps I do not understand what it is that you are trying to do here.

Signature
Ron W
www.WorksRite.com
> Hi
>
[quoted text clipped - 4 lines]
>
> thanks