Hi
I am trying to use the CFPDForm feature in cf8
<cfpdfform action="read" source="pamda21a.pdf" result="test"/>
<cfdump var="#test#">
The above reads the pdf and outputs all the form fields as it should
When I then try and populate the above pdf with data using the following
code
<cfpdfform
action = "populate"
source = "pamda21a.pdf">
<cfpdfsubform name="form1">
<cfpdfformparam name="P2-Address" value="123 street">
</cfpdfsubform name="form1">
</cfpdfform>
The pdf generates however the value for the above field in the pdf remains
blank
If anyone can shed some light on this I would appreciate some assistance
Regards
Claude Raiola
B.Econ (Acc), B.Hot.Mngt.
Websites:
<http://www.samaris.net> www.SAMARIS.NET
Mobile: 0414 228 948
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---