<?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 : Duplicate form fields</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 : Sample Code : Duplicate form fields]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 11 May 2026 23:14:18 +0000</pubDate>
  <lastBuildDate>Mon, 06 Jun 2011 21:08:04 +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=1820</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[Duplicate form fields : Hi Nirnir,   Maybe you could...]]></title>
   <link>http://www.quickpdf.org/forum/duplicate-form-fields_topic1820_post7973.html#7973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1311">iGapper</a><br /><strong>Subject:</strong> 1820<br /><strong>Posted:</strong> 06 Jun 11 at 9:08PM<br /><br />Hi Nirnir, <DIV>&nbsp;</DIV><DIV>Maybe you could try the release 25 of QuickPDF Library. This version will allow you to add fields with same name. </DIV><DIV>&nbsp;</DIV><DIV>For me, now, it works. Nice job !!</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 06 Jun 2011 21:08:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/duplicate-form-fields_topic1820_post7973.html#7973</guid>
  </item> 
  <item>
   <title><![CDATA[Duplicate form fields : Hi, I couldn&amp;#039;t create two...]]></title>
   <link>http://www.quickpdf.org/forum/duplicate-form-fields_topic1820_post7878.html#7878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1598">nirnir</a><br /><strong>Subject:</strong> 1820<br /><strong>Posted:</strong> 12 May 11 at 1:44PM<br /><br /><P>Hi,</P><DIV>I couldn't create two fields with same name .</DIV><DIV>calling <FONT face="Courier New" size=2>NewFormField with existing field name returns</FONT></DIV><DIV><FONT face="Courier New" size=2>The same field index .</FONT></DIV><DIV><FONT face="Courier New" size=2>Do you have&nbsp;a Delphi working example of how adding duplicate fields ?</FONT></DIV>]]>
   </description>
   <pubDate>Thu, 12 May 2011 13:44:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/duplicate-form-fields_topic1820_post7878.html#7878</guid>
  </item> 
  <item>
   <title><![CDATA[Duplicate form fields : Quick PDF Library allows you to...]]></title>
   <link>http://www.quickpdf.org/forum/duplicate-form-fields_topic1820_post7855.html#7855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1820<br /><strong>Posted:</strong> 28 Apr 11 at 10:14AM<br /><br /><div>Quick PDF Library allows you to add duplicate form fields to PDF files. This means that two or more form fields share the same name and if one of the form fields is updated then the other form fields are also updated.</div><div><br></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2">QP.NewFormField('Name', 1);</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2">QP.SetFormFieldBounds(1, 100, 500, 200, 100);</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2">QP.SetFormFieldBorderColor(1, 1, 0, 0);</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2"><br></font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2">QP.NewFormField('Name', 1);</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2">QP.SetFormFieldBounds(2, 100, 400, 200, 100);</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2">QP.SetFormFieldBorderColor(2, 0, 1, 0);</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono" size="2">QP.SaveToFile('dupfields.pdf');</font></div><div><br></div><div>If you use the GetFormFieldValueByTitle or SetFormFieldValueByTitle functions then these functions will only work with the first occurrence of the field that has that title, it will not work with the duplicate field. So it is better to use the index with the GetFormFieldValue and SetFormFieldValue functions, instead of the title.</div>]]>
   </description>
   <pubDate>Thu, 28 Apr 2011 10:14:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/duplicate-form-fields_topic1820_post7855.html#7855</guid>
  </item> 
 </channel>
</rss>