October 27, 200817 yr I want to create a routine that when pressing a button it automaticaly saves the layout as a PDF and automaticaly sends it to a especific adress. I cant find a automatic way to do it since or I use the Save as PDF thing and atach to a email but i cant edit the email, or i Use the Send Email but cant automaticaly save a layout and atach to it, the atachement needs to be done manualy.... Is there a way out?
October 27, 200817 yr You can have it save it as a PDF into your temporary doc path, then attach the PDF to your email using the Get(TemporaryPath) function.
October 29, 200817 yr Author Hmm ok so where do i right the temporary path and where i specify the get(temporarypath) function? There is nothing in the Save as PDF or Send Mail thing that make me able to do that
October 29, 200817 yr You need to set a variable with the path first. Then reference the path when sacing as a pdf and also for the attachment
Create an account or sign in to comment