<?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 : New User, VB6 with QuickPDF</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 : New User, VB6 with QuickPDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 09:59:38 +0000</pubDate>
  <lastBuildDate>Mon, 04 Apr 2011 14:34:41 +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=1793</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[New User, VB6 with QuickPDF : Thanks for all the quick replies....]]></title>
   <link>http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7759.html#7759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1577">SnoopyUK</a><br /><strong>Subject:</strong> 1793<br /><strong>Posted:</strong> 04 Apr 11 at 2:34PM<br /><br /><div><br></div>Thanks for all the quick replies. Didn't really know what the appearances were for, just included them after looking at various snippets of code&nbsp;<img src="http://www.quickpdf.org/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /><div>But... &nbsp; AndrewC, excellent thank you. works fine now. Very helpful.</div>]]>
   </description>
   <pubDate>Mon, 04 Apr 2011 14:34:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7759.html#7759</guid>
  </item> 
  <item>
   <title><![CDATA[New User, VB6 with QuickPDF : Two possibly issues, one minor,...]]></title>
   <link>http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7757.html#7757</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1793<br /><strong>Posted:</strong> 04 Apr 11 at 2:20PM<br /><br /><div style=": rgb255, 255, 255; margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; font-weight: normal; font-size: 12px; line-height: 1.4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; -: n&#111;ne; ">Two possibly issues, one minor, one big:<div><br></div><div>1.&nbsp;If you're calling SetNeedAppearances then you don't need to call UpdateAppearanceStream.</div><div>2.&nbsp;SetNeedAppearances takes 0 (false) or 1 (true), you can't update it with the index.</div></div>]]>
   </description>
   <pubDate>Mon, 04 Apr 2011 14:20:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7757.html#7757</guid>
  </item> 
  <item>
   <title><![CDATA[New User, VB6 with QuickPDF : Can you post a link to the test...]]></title>
   <link>http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7756.html#7756</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1571">jpbro</a><br /><strong>Subject:</strong> 1793<br /><strong>Posted:</strong> 04 Apr 11 at 2:14PM<br /><br />Can you post a link to the test PDF?]]>
   </description>
   <pubDate>Mon, 04 Apr 2011 14:14:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7756.html#7756</guid>
  </item> 
  <item>
   <title><![CDATA[New User, VB6 with QuickPDF :   When you flatten a form field...]]></title>
   <link>http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7755.html#7755</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 1793<br /><strong>Posted:</strong> 04 Apr 11 at 2:14PM<br /><br /><div><br></div><div>When you flatten a form field it reduces the total Form Field count by 1 so the last loop in your code needs to be reversed in order to work properly to allow for the shrinking form field list. &nbsp;</div><div><br></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><div><b>For i = FFCount to 1 step -1 &nbsp; &nbsp; &nbsp;' &nbsp;I haven't programmed Basic in years....</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.FlattenFormField (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Next i</b></div><div><b><br></b></div><div>Andrew.</div></span></div>]]>
   </description>
   <pubDate>Mon, 04 Apr 2011 14:14:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7755.html#7755</guid>
  </item> 
  <item>
   <title><![CDATA[New User, VB6 with QuickPDF : Hi, I have installed the trial...]]></title>
   <link>http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7754.html#7754</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1577">SnoopyUK</a><br /><strong>Subject:</strong> 1793<br /><strong>Posted:</strong> 04 Apr 11 at 1:30PM<br /><br />Hi, I have installed the trial version and am currently trying to get this to work for me. I have a test PDF with 2 pages each with 3 fields on. When I step through my code it finds and populates all the fields but when I view the saved PDF the Qty field is blank and still editable.<div><br></div><div>Can anyone point out any obvious mistakes?</div><div><br></div><div>This is the relevant code:</div><div><br></div><div><br></div><div><div><b>qp.LoadFromFile ("C:\Users\Andy\Desktop\testfields.pdf")</b></div><div><b>FFCount = qp.FormFieldCount</b></div><div><b><br></b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; If FFCount &gt; 0 Then</b></div><div><b><br></b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; For i = 1 To FFCount</b></div><div><b><br></b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fftitle = qp.GetFormFieldTitle(i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;If Right(fftitle, 10) = "Project&#091;0&#093;" Then</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.SetNeedAppearances (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.SetFormFieldValue i, "New Project"</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.UpdateAppearanceStream (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;End If</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;If Right(fftitle, 6) = "Qty&#091;0&#093;" Then</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.SetNeedAppearances (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.SetFormFieldValue i, "632"</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.UpdateAppearanceStream (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;End If</b></div><div><b><br></b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;If Right(fftitle, 7) = "Date&#091;0&#093;" Then</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.SetNeedAppearances (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.SetFormFieldValue i, "04/04/11"</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.UpdateAppearanceStream (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;End If</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Next i</b></div><div><b>&nbsp;&nbsp; &nbsp;</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;For i = 1 To FFCount</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qp.FlattenFormField (i)</b></div><div><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Next i</b></div><div><b>End If</b></div><div><b><br></b></div><div><b>qp.SaveToFile "C:\Users\Andy\Desktop\testfields2.pdf"</b></div></div><div><i><br></i></div><div>Any help would be greatly appreciated.</div><div><br></div><div>Thank you</div>]]>
   </description>
   <pubDate>Mon, 04 Apr 2011 13:30:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/new-user-vb6-with-quickpdf_topic1793_post7754.html#7754</guid>
  </item> 
 </channel>
</rss>