Search results

  1. K

    Sending PDF files via FTP

    Hi All I am creating reports (containing a chart) which I output as pdf files using the code below:- DoCmd.OutputTo acOutputReport, PrintDocName, acFormatPDF, Me!PDFName, False, , , acExportQualityPrint This works fine - file is produced and can be viewed correctly. I then use the shell...
  2. K

    Question Sending a PDF to a web site

    Hi can anyone point me in the right direction? I have a DB that runs on a user's pc. It creates a pdf from a report automatically at a specific time of day. The user now wants me to automatically send this pdf to his web site so that his customers can view the report over the internet. The...
  3. K

    Using PDF

    Hi I've just added the PDF option to a custom ribbon so that my users can create a PDF from the reports they produce. It works very well but I can't find a way to stop it asking the user if the want to save this export. They don't want to save it and even if they click the box to say yes it...
Back
Top Bottom