Previous | Next | (P-PDF) Forms & FDF
Topic: Help! FDF and PDF
Conf: (P-PDF) Forms & FDF, Msg: 27662
From: JoFive
Date: 9/26/2001 11:48 PM
I tried to make a FDF file with the FDFAddTemplate method in ASP, but it didn't work. The output message was "The system function, LookupAccountSID, failed".
My ASP is
Response.ContentType = "text/html"
set objFdfApp = server.CreateObject("FdfApp.FdfApp")set objFdf = objFdfApp.FDFCreate
NomeFile="prova.fdf"
objFdf.fdfsetvalue "txtRagioneSociale", "Prova" & i, False
objFdf.FDFAddTemplate true, PathPDF & "/test.pdf", "Denuncia", false
objFdf.FDFSaveToFile PathFDF & "\" & NomeFile
where both PathPDF and PathFDF are valued correctly
Please Help!
tnx
Giuseppe