You may do it several different ways:
OLE Automation:
- requires Acrobat professional because Acrobat reader does not support it
- requires to know all input field names and assign the text to these fields
- example for dummies:
http://www.experts-exchange.com/Web_Development/Document_Imaging/Adobe_Acrobat/Q_22614618.htmlWindows scripting shell:
- probably the worst option for your form
- sends keystrokes from VFP to selected window
- requires exact definition of all input fields in PDF
- not suitable for complex forms
- example of scripting (not for Acrobat Reader but logic is the same):
http://www.experts-exchange.com/Microsoft/Applications/Q_24242311.htmlVFP Report saved as PDF:
- probably the best option for VFP programmer
- design your own form as VFP report and fill it by data from a table
- send the report output to PDF file
- documentation about VFP reporting:
eBook+Paperback:
http://www.hentzenwerke.com/catalog/vfprw.htmeBook:
http://www.hentzenwerke.com/catalog/flyingfox.htm