<?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 : DrawText() and Commas</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 : DrawText() and Commas]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:34:04 +0000</pubDate>
  <lastBuildDate>Tue, 22 Jul 2014 18:00:42 +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=2940</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[DrawText() and Commas :   Hello Paul,I found the problem,.I&amp;#039;m...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-and-commas_topic2940_post11875.html#11875</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2604">davbrat</a><br /><strong>Subject:</strong> 2940<br /><strong>Posted:</strong> 22 Jul 14 at 6:00PM<br /><br />Hello Paul,<br><br>I found the problem,.<br>I'm using Clarion 9.1 and the COM control.<br><br>In Clarion strings are wrapped in single quotes. <br>So in my PDF form class...<br><br>&nbsp;&nbsp;&nbsp; SELF.FillBox_C3('Fresno, CA 93721') !The form's box C3 would be filled with 'Fresno, CA 93721' <br><br>later I would call my DrawText() Method wrapper and passed it the X,Y &amp; Value parameters...<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; Result = PDF_Container{'DrawText('&amp; pX &amp;','&amp; pY &amp;','&amp; pValue &amp;')'}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br><br><br>Which would result in the text not displaying on the form. But I found I needed to wrap the text string with double quotes and now all is working fine.<br><br>Changed it to...<br>Result = PDF_Container{'DrawText('&amp; pX &amp;','&amp; pY &amp;',"'&amp; pValue &amp;'")'}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Now the pValue is wrapped when passed to the COM control.<br><br>It seems that most methods work with the single quoted strings,while others may choke. So I've went back to my base class and made sure all passed strings are now wrapped in double quotes.<br><br><br>Thanks,<br><br><br>Dave]]>
   </description>
   <pubDate>Tue, 22 Jul 2014 18:00:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-and-commas_topic2940_post11875.html#11875</guid>
  </item> 
  <item>
   <title><![CDATA[DrawText() and Commas : Hi Dave, please post your code...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-and-commas_topic2940_post11872.html#11872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2593">Paul</a><br /><strong>Subject:</strong> 2940<br /><strong>Posted:</strong> 22 Jul 14 at 9:37AM<br /><br />Hi Dave, <br><br>please post your code snippet, let us see where should be the problem.<br><br>Pal<br>]]>
   </description>
   <pubDate>Tue, 22 Jul 2014 09:37:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-and-commas_topic2940_post11872.html#11872</guid>
  </item> 
  <item>
   <title><![CDATA[DrawText() and Commas : Hello all,I just started playing...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-and-commas_topic2940_post11871.html#11871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2604">davbrat</a><br /><strong>Subject:</strong> 2940<br /><strong>Posted:</strong> 21 Jul 14 at 9:10PM<br /><br />Hello all,<br>I just started playing with the library and I have run into this while using DrawText()...<br><br>I have a string that contains a comma inside it, which causes the string NOT to be drawn when using DrawText(). If the comma is removed, the string is drawn.<br><br>What would cause this?<br><br>Thanks<br><br>Dave<br>]]>
   </description>
   <pubDate>Mon, 21 Jul 2014 21:10:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-and-commas_topic2940_post11871.html#11871</guid>
  </item> 
 </channel>
</rss>