<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : GetFormField data</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : GetFormField data]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 15:17:59 +0000</pubDate>
  <lastBuildDate>Mon, 17 Mar 2014 08:12:30 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=2841</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[GetFormField data : Thanks Andrew,   This issue...]]></title>
   <link>http://www.quickpdf.org/forum/getformfield-data_topic2841_post11563.html#11563</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2534">Laiskam</a><br /><strong>Subject:</strong> 2841<br /><strong>Posted:</strong> 17 Mar 14 at 8:12AM<br /><br />Thanks Andrew,<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>This issue had solved with C++. I make a stupid mistake.&nbsp;I should use the function "GetFormFieldTitle"&nbsp;, not "GetFormfieldCaption", because the caption of field is blank.</DIV><DIV>&nbsp;</DIV><DIV>But it cant work correctly with VBA.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 17 Mar 2014 08:12:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getformfield-data_topic2841_post11563.html#11563</guid>
  </item> 
  <item>
   <title><![CDATA[GetFormField data :  Laiskam,Can you please send...]]></title>
   <link>http://www.quickpdf.org/forum/getformfield-data_topic2841_post11562.html#11562</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2841<br /><strong>Posted:</strong> 17 Mar 14 at 6:31AM<br /><br /><div>Laiskam,</div><div><br></div><div>Can you please send us the A.PDF so we can test it in C# / Delphi to make sure it is possible to process this file correctly.</div><div><br></div><div>Or you can try adding the code into a custom script in the Debenu Quick PDF library Demo program.</div><div><br></div><div>Andrew.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 17 Mar 2014 06:31:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getformfield-data_topic2841_post11562.html#11562</guid>
  </item> 
  <item>
   <title><![CDATA[GetFormField data : This time, I try to use C++ code...]]></title>
   <link>http://www.quickpdf.org/forum/getformfield-data_topic2841_post11561.html#11561</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2534">Laiskam</a><br /><strong>Subject:</strong> 2841<br /><strong>Posted:</strong> 16 Mar 14 at 7:46PM<br /><br />This time, I try to use C++ code to do this , but I cant get the value that I need. Only a blank string be returned when the "DPLGetFormFieldCaption" work. The function "DPLFormFieldCount" can work correctly and return a int.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int iInstanceID;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int iOpenStatus;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int iFieldsCount;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wchar_t* strCaption;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iInstanceID = DPLCreateLibrary();</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (DPLUnlockKey(iInstanceID, L"XXXXXXXXXXXXXX") == 1)</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iOpenStatus = DPLLoadFromFile(iInstanceID, L"E:\\a.pdf", L"");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iFieldsCount = DPLFormFieldCount(iInstanceID);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strCaption = DPLGetFormFieldCaption(iInstanceID,4);</DIV><DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowMessage(strCaption);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowMessage(IntToStr(iFieldsCount));<BR>&nbsp; }<BR>&nbsp; DPLReleaseLibrary(iInstanceID);<BR></DIV><DIV>Thanks!</DIV>]]>
   </description>
   <pubDate>Sun, 16 Mar 2014 19:46:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getformfield-data_topic2841_post11561.html#11561</guid>
  </item> 
  <item>
   <title><![CDATA[GetFormField data : Hello,Out of interest can you...]]></title>
   <link>http://www.quickpdf.org/forum/getformfield-data_topic2841_post11538.html#11538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2841<br /><strong>Posted:</strong> 04 Mar 14 at 8:21AM<br /><br /><div><br></div><div>Hello,</div><div><br></div>Out of interest can you try calling&nbsp;<div><br></div><div><span style=": rgb251, 251, 253;">"DPLGetFormFieldCaptionA" or "DPLGetFormFieldValueA" and see if is still crashes.</span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><span style=": rgb251, 251, 253;">Andrew.</span></div>]]>
   </description>
   <pubDate>Tue, 04 Mar 2014 08:21:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getformfield-data_topic2841_post11538.html#11538</guid>
  </item> 
  <item>
   <title><![CDATA[GetFormField data :  Hi!I don&amp;#039;t have a real...]]></title>
   <link>http://www.quickpdf.org/forum/getformfield-data_topic2841_post11536.html#11536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2841<br /><strong>Posted:</strong> 04 Mar 14 at 7:41AM<br /><br />Hi!<div>&nbsp;</div><div>I don't have a real solution but to give you an idea...</div><div>I've made same experiences with ms access 2007 (older ms access versions work fine!).</div><div>It should have to do about how to handle the string values.</div><div>The QuickPDF-function returns with a widestring...</div><div>&nbsp;</div><div>Cheers and welcome here,</div><div>Ingo</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 04 Mar 2014 07:41:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getformfield-data_topic2841_post11536.html#11536</guid>
  </item> 
  <item>
   <title><![CDATA[GetFormField data : I have an Access 2007 project,...]]></title>
   <link>http://www.quickpdf.org/forum/getformfield-data_topic2841_post11533.html#11533</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2534">Laiskam</a><br /><strong>Subject:</strong> 2841<br /><strong>Posted:</strong> 03 Mar 14 at 2:06PM<br /><br />I have an Access 2007 project, I want to get some data from a Form Pdf file.<DIV>&nbsp;</DIV><DIV>When the function "DPLGetFormFieldCaption" or "DPLGetFormFieldValue" run, the Access application will shutdown with no any error message.</DIV><DIV>&nbsp;</DIV><DIV>P.s. The function "DPLFormFieldCount" can return the count of fields correctly.</DIV><DIV>&nbsp;</DIV><DIV>Code list:</DIV><DIV>&nbsp;</DIV><DIV>Dim iInstanceID As Long<BR>Dim iFieldsCount As Long<BR>Dim iOpenStatus As Long<BR>Dim strCaption As String<BR>Dim iIndex As Long<BR>Dim iErrorCode As Integer</DIV><DIV>&nbsp;</DIV><DIV><BR>iInstanceID = DPLCreateLibrary()</DIV><DIV>If DPLUnlockKey(iInstanceID, QP_LicenseKey) = 1 Then</DIV><DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp; iOpenStatus = DPLLoadFromFile(iInstanceID, strFileName, "")<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; iFieldsCount = DPLFormFieldCount(iInstanceID)<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; iIndex = iFieldsCount<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; strCaption = DPLGetFormFieldValue(iInstanceID, iIndex)<BR>&nbsp;&nbsp;&nbsp;&nbsp;DPLReleaseLibrary (iInstanceID)<BR>&nbsp;&nbsp;&nbsp; </DIV><DIV>Else</DIV><DIV>&nbsp;&nbsp;&nbsp; MsgBox "Error"</DIV><DIV>End If</DIV>]]>
   </description>
   <pubDate>Mon, 03 Mar 2014 14:06:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/getformfield-data_topic2841_post11533.html#11533</guid>
  </item> 
 </channel>
</rss>