How do you insert a "save as" button in your form that brings up the "save as" dialog box under a specified path. For example: (X:\Engineering\Service Request) would be the location the file is saved in. When the button is pressed the "save as" dialog box pops up with this location. I am not real familiar with Java Script so please be specific if coding is envolved.
The SaveAs dialog uses the file path for the current document. So currently, there is only one way to control it and that is by saving the file to the target folder first, witch is a poor option.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script