PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com _____________________________________________________________
This is very a common problem... I struggled with this for hours before finding the solution... You must CLOSE the object that has opened the FDF file before you can save the new values to the same file name. Using 2 different Objects and a String will do the trick... 1.obj1.FDFOpenFromFile 2.obj1.FDFSetValue 3.obj1.FDFSaveToStr 4.obj1.FDFclose 5.obj2.FDFOpenFromStr 6.obj2.FDFSaveToFile 7.obj2.FDFclose HTH Ben AlQemy Save Form Data using Adobe Reader Download a sample - "SaveForm.pdf" @ http://www.alQemy.com FileMaker Solutions Alliance Adobe Solution Network Greenville, SC USA 864.284.9918 ----- Original Message ----- From: "Bob Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:41 AM Subject: [PDFdev] Problems saving FDF > > PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com > _____________________________________________________________ > > I have an existing FDF file on disk. I'm able to open it using FDFOpen. > Then I do a series of FDFSetValue and FDFGetValue on the file. Finally, > I do an FDFClose and an FDFSave. Everything works ok until the FDFSave. > It does not appear to return from the call and I get an unhandled > exception. Anyone have any idea what I might be doing wrong? > Thanks > Bob Johnson > > To change your subscription: > http://www.pdfzone.com/discussions/lists-pdfdev.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdfdev.html
