<?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 : Populate Dropdown control</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 : Populate Dropdown control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 08:42:56 +0000</pubDate>
  <lastBuildDate>Thu, 27 Jan 2011 00:32:26 +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=1647</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[Populate Dropdown control : Quick PDF Library creates and...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7533.html#7533</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1251">Dimitry</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 27 Jan 11 at 12:32AM<br /><br /><DIV>Quick PDF Library creates and manages&nbsp; form fields of Choice type,</DIV><DIV>so they can be properly rendered with other PDF viewers.</DIV><DIV>But there is known issue in Quick PDF that is connected with rendering Choice form fields.</DIV><DIV>It is already fixed and is going to be added to the nearest release.</DIV><DIV>&nbsp;</DIV><DIV>Let me provide a code sample that may help to create and manage Choice form fields:</DIV><DIV>&nbsp;</DIV><DIV>var<BR>&nbsp; f: Integer;</DIV><DIV>&nbsp; QPL: TQuickPDF;</DIV><DIV><BR>begin</DIV><DIV>// Create QPL instance here and may be load some PDF file...<BR>&nbsp; with QPL do<BR>&nbsp; begin<BR>&nbsp;&nbsp;&nbsp; f := NewFormField('Choice1', 5);<BR>&nbsp;&nbsp;&nbsp; AddFormFieldSub(f, ' - one');<BR>&nbsp;&nbsp;&nbsp; AddFormFieldSub(f, ' - two');<BR>&nbsp;&nbsp;&nbsp; AddFormFieldSub(f, ' - three');<BR>&nbsp;&nbsp;&nbsp; SetOrigin(1);<BR>&nbsp;&nbsp;&nbsp; SetFormFieldBounds(f, 50, 50, 150, 30);<BR>&nbsp;&nbsp;&nbsp; SetFormFieldBackgroundColor(f, 0.5, 1, 0.5);</DIV><DIV>&nbsp;&nbsp;&nbsp; // Here subitem with subindex=2 is selected<BR>&nbsp;&nbsp;&nbsp; SetFormFieldValue(f, GetFormFieldSubName(f, 2));<BR>&nbsp;&nbsp;&nbsp; UpdateAppearanceStream(f);<BR>&nbsp; end;</DIV><DIV>end;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 27 Jan 2011 00:32:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7533.html#7533</guid>
  </item> 
  <item>
   <title><![CDATA[Populate Dropdown control : Hi!Here&amp;#039;s a kb-article from...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7529.html#7529</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 25 Jan 11 at 8:53PM<br /><br />Hi!<br><br>Here's a kb-article from Rowan how to read values from radiobuttons:<br>http://help.quickpdflibrary.com/questions/350/get-data-from-radio-button-form-fields<br>Try the knowledgebase of QuickPDF searching with "choice" and "radio button":<br>http://help.quickpdflibrary.com/<br><br>Cheers, Ingo<br><br><br>]]>
   </description>
   <pubDate>Tue, 25 Jan 2011 20:53:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7529.html#7529</guid>
  </item> 
  <item>
   <title><![CDATA[Populate Dropdown control :   jc21 wrote:  where is the...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7527.html#7527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1515">engstmalta</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 24 Jan 11 at 11:23PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jc21" alt="Originally posted by jc21" style="vertical-align: text-bottom;" /> <strong>jc21 wrote:</strong><br /><br /><DIV>&nbsp;</DIV><DIV>where is the official support page?&nbsp; I need to be able to set the values of a choice field dynamically through code....<BR></DIV></td></tr></table> <DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hi, even we need to read and set values of a choice field/drop downl list. I older versions it used to work but unfortunatly it seems to be broken in the current version! <img src="http://www.quickpdf.org/forum/smileys/smiley19.gif" height="17" width="17" border="0" alt="Cry" title="Cry" /></DIV>]]>
   </description>
   <pubDate>Mon, 24 Jan 2011 23:23:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7527.html#7527</guid>
  </item> 
  <item>
   <title><![CDATA[Populate Dropdown control : Mmmmmmmh?!Take THIS domain:www.quickpdf.orgThere...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7231.html#7231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 18 Nov 10 at 5:29PM<br /><br />Mmmmmmmh?!<br>Take THIS domain:<br>www.quickpdf.org<br>There you'll find all main links.<br>Take this:<br>http://www.quickpdflibrary.com/<br>There you'll find the official support-pages.<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 17:29:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7231.html#7231</guid>
  </item> 
  <item>
   <title><![CDATA[Populate Dropdown control : Ingo, in searching on the subject...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7230.html#7230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1464">jc21</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 18 Nov 10 at 1:28PM<br /><br />Ingo, in searching on the subject matter more...awhile back you posted on another thread<DIV>"You should try the official support pages for this.<BR>Textcontent is very easy ... other formfields is heavy stuff!"</DIV><DIV>&nbsp;</DIV><DIV>where is the official support page?&nbsp; I need to be able to set the values of a choice field dynamically through code....<BR><BR></DIV>]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 13:28:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7230.html#7230</guid>
  </item> 
  <item>
   <title><![CDATA[Populate Dropdown control : doh! i could do everything that...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7229.html#7229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1464">jc21</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 18 Nov 10 at 1:09PM<br /><br /><P>doh!&nbsp; i could do everything that i needed...except for the dropdown....</P><DIV>thx for the info...i'll have to keep searching then</DIV>]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 13:09:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7229.html#7229</guid>
  </item> 
  <item>
   <title><![CDATA[Populate Dropdown control : Hi JC21! Please have a look in...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7228.html#7228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 18 Nov 10 at 10:57AM<br /><br /><P>Hi JC21!</P><P>Please have a look in the online reference at</P><DIV>the SetFormField...-calls.</DIV><DIV>With the current version it's not possible to create Dropdown-elements.</DIV><DIV>These are the possible styles with NewFormField:</DIV><DIV>1 = Text<BR>2 = Pushbutton<BR>3 = Checkbox<BR>4 = Radiobutton<BR>5 = Choice<BR>6 = Signature<BR>7 = Parent </DIV><DIV>&nbsp;</DIV><DIV>Cheers and welcome here,</DIV><DIV>Ingo</DIV><DIV>&nbsp;</DIV><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 10:57:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7228.html#7228</guid>
  </item> 
  <item>
   <title><![CDATA[Populate Dropdown control : How do I populate a dropdown control...]]></title>
   <link>http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7226.html#7226</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1464">jc21</a><br /><strong>Subject:</strong> 1647<br /><strong>Posted:</strong> 17 Nov 10 at 10:05PM<br /><br />How do I populate a dropdown control that is on the PDF?<DIV>&nbsp;</DIV><DIV>Can't seem to find anything with regards to that....</DIV><DIV>&nbsp;</DIV><DIV>please help!</DIV>]]>
   </description>
   <pubDate>Wed, 17 Nov 2010 22:05:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/populate-dropdown-control_topic1647_post7226.html#7226</guid>
  </item> 
 </channel>
</rss>