Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FDF & ASP

Status
Not open for further replies.

ftc128

MIS
May 26, 2005
18
US
I'm trying to make an ASP that opens an FDF, changes its form values and saves it to a new file. I get no error messages, but my resulting FDF file shows the old data when opened with its corresponding PDF, and when I open the FDF in notepad, I notice it is appended with my new data. But the new data never gets to the PDF file. Suggestions? Thanks
 
I think my core problem is that this line of code here:

outputFDF.FDFSetValue varPatient_Name, Patient_Name, True

is generating the /T key, but not the corresponding /V key. As a result, my data never displays in the PDF. Anybody know how to get a /V key to show up in a newly-created FDF file?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top