Recent content by KarenGilmurray

  1. K

    Sending PDF files via FTP

    I've resolved my own query - it was quite simple really. You need to set FTP to send the file as binary rather than the default of ASCII. Now it all works beautifully.
  2. 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...
  3. K

    Question Sending a PDF to a web site

    Hi Estuardo just thought I'd let you know the code works beautifully - thanks so much for passing this on to me! Have a good day. Karen
  4. K

    Question Sending a PDF to a web site

    Hi Estuardo thanks very much for the prompt reply. The code looks good - I'll give it a try on Thursday when I'm back in the office. In a way I'm relieved that there isn't a simple Access command to do this - I was starting to think I was being very dense in not being able to find it! Best...
  5. 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...
  6. K

    Using PDF

    Thanks - that pointed me in the right direction. I've added code to a module and attached that to the button on the menu. It's now working fine
  7. 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