<?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 : SetFormFieldCheckStyle bug</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 : SetFormFieldCheckStyle bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 17:10:09 +0000</pubDate>
  <lastBuildDate>Wed, 13 Jun 2018 15:27:59 +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=3578</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[SetFormFieldCheckStyle bug : WorkAround in version 13 or above:QP.SetNeedAppearances(1)...]]></title>
   <link>http://www.quickpdf.org/forum/setformfieldcheckstyle-bug_topic3578_post14268.html#14268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=603">geonetwork</a><br /><strong>Subject:</strong> 3578<br /><strong>Posted:</strong> 13 Jun 18 at 3:27PM<br /><br /><div>WorkAround in version 13 or above:</div><div>QP.SetNeedAppearances(1)</div>]]>
   </description>
   <pubDate>Wed, 13 Jun 2018 15:27:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setformfieldcheckstyle-bug_topic3578_post14268.html#14268</guid>
  </item> 
  <item>
   <title><![CDATA[SetFormFieldCheckStyle bug : Why you&amp;#039;re posting errors...]]></title>
   <link>http://www.quickpdf.org/forum/setformfieldcheckstyle-bug_topic3578_post14261.html#14261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3578<br /><strong>Posted:</strong> 08 Jun 18 at 8:01PM<br /><br />Why you're posting errors here?<br>Here's nobody to change them ;-)<br>BTW: Good for the users here getting you're work around. Thanks for it.<br><br>]]>
   </description>
   <pubDate>Fri, 08 Jun 2018 20:01:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setformfieldcheckstyle-bug_topic3578_post14261.html#14261</guid>
  </item> 
  <item>
   <title><![CDATA[SetFormFieldCheckStyle bug : Another strange different behavior...]]></title>
   <link>http://www.quickpdf.org/forum/setformfieldcheckstyle-bug_topic3578_post14257.html#14257</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=603">geonetwork</a><br /><strong>Subject:</strong> 3578<br /><strong>Posted:</strong> 08 Jun 18 at 11:06AM<br /><br /><div>Another strange different behavior (imho another bug) from version 12 to 15: if you put the SetFormFieldCheckStyle instruction before SetFormFieldBound check fields will not be printed (see 1.jpeg). If you invert the instructions you will have the correct print (2.jpeg)<div><br></div><div><div>var</div><div>&nbsp; QP: TDebenuPDFLibrary;</div><div>&nbsp; nFieldIndex: integer;</div><div>&nbsp; i,n: integer;</div><div>begin</div><div>&nbsp; QP:=TDebenuPDFLibrary.Create;</div><div>&nbsp; try</div><div>&nbsp; &nbsp; QP.UnlockKey('xxx');</div><div>&nbsp; &nbsp; QP.SetOrigin(1);</div><div>&nbsp; &nbsp; QP.SetMeasurementUnits(1); // mm.</div><div>&nbsp; &nbsp; QP.SetPageDimensions(210, 297); // A4</div><div>&nbsp; &nbsp; QP.SelectPage(n);</div><div>&nbsp; &nbsp; QP.AddFormFont(QP.GetFontID(4));</div><div>&nbsp; &nbsp; QP.SetTextSize(10);</div><div>&nbsp; &nbsp; for i:=1 to 3 do begin</div><div>&nbsp; &nbsp; &nbsp; nFieldIndex:=QP.NewFormField('FIELD'+IntToStr(i),3);</div><div><b>&nbsp; &nbsp; &nbsp; QP.SetFormFieldCheckStyle(nFieldIndex,0,1); // &lt;- if you put this instruction here pdf printed haven't the cross (1.JPEG)</b></div><div>&nbsp; &nbsp; &nbsp; QP.SetFormFieldBounds(nFieldIndex,40,46+(i-1)*15,5,5);</div><div><b>&nbsp; &nbsp; &nbsp; // QP.SetFormFieldCheckStyle(nFieldIndex,0,1); // &lt;- if you put this instruction here pdf printed have the cross (2.JPEG)</b></div><div>&nbsp; &nbsp; end;</div><div>&nbsp; &nbsp; QP.SaveToFile('c:\temp\output.PDF');</div></div><div>&nbsp; &nbsp; ShellExecute(self.Handle,'open','c:\temp\output.PDF','','',SW_SHOWMAXIMIZED);</div><div>&nbsp; finally</div><div>&nbsp; &nbsp; QP.Free;</div><div>&nbsp; end;</div><div>end;</div></div><div><br></div><div>1.JPEG</div><div><img src="http://www.ge&#111;network.biz/tmp/dbn/1.jpg" height="540" width="584" border="0" /><br></div><div><br></div><div>2.JPEG</div><div><img src="http://www.ge&#111;network.biz/tmp/dbn/2.jpg" height="540" width="577" border="0" /><br></div><div><br></div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 08 Jun 2018 11:06:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setformfieldcheckstyle-bug_topic3578_post14257.html#14257</guid>
  </item> 
 </channel>
</rss>