<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>coldfusion-howto at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/coldfusion-howto/</link>
    <description>ColdFusion Tips Tutorial Help Questions</description>

    <item>
      <title>Opening Powerpoint Slides</title>
      <pubDate>Tue, 09 Feb 2010 23:46:08 GMT</pubDate>
      <dc:creator>Uraidiot</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44636</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44636</guid>
      <description>I have a form that contains muliple links to powerpoint documents. Here is the command I am using for one of the documents : &lt;cfoutput&gt;#variable#&lt;/cfoutput&gt; </description>
    </item>
    <item>
      <title>Re: CF to powerpoint ?</title>
      <pubDate>Mon, 08 Feb 2010 04:31:58 GMT</pubDate>
      <dc:creator>Eric Roberts</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44635</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44635</guid>
      <description>Have you checked out POI at the Apaqche-Jakarta project?  I am not sure iuf they have it yet, but they were working on being able to do all of the office docs.</description>
    </item>
    <item>
      <title>CF to powerpoint ?</title>
      <pubDate>Mon, 08 Feb 2010 04:21:29 GMT</pubDate>
      <dc:creator>Uraidiot</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44634</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44634</guid>
      <description>Is there a way to output cf charts directly into powerpoint slides. We currently do cut and paste but I would like to automate this process. I tried to use</description>
    </item>
    <item>
      <title>Re: cfpop and email address</title>
      <pubDate>Sun, 07 Feb 2010 17:35:00 GMT</pubDate>
      <dc:creator>John Bartlett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44633</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44633</guid>
      <description>Try something like this. &lt;CFSET Addr=Mail.From&gt; &lt;CFSET Loc=Find(&quot;&lt;&quot;,Addr)&gt; &lt;CFIF Loc GT 0&gt; &lt;CFSET Addr=Mid(Addr,Loc&#43;1,Len(Addr)-Loc-1)&gt; &lt;/CFIF&gt; ... From:</description>
    </item>
    <item>
      <title>cfpop and email address</title>
      <pubDate>Sun, 07 Feb 2010 11:54:25 GMT</pubDate>
      <dc:creator>raehm</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44632</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44632</guid>
      <description>I need to screen email addresses from incoming cfpop emails against my database. The closest I can get is #HTMLEditFormat(from)#, which displays: firstname</description>
    </item>
    <item>
      <title>Re: application.cfm setting dsn to db on another server</title>
      <pubDate>Sat, 06 Feb 2010 17:19:30 GMT</pubDate>
      <dc:creator>Hank Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44630</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44630</guid>
      <description>You set the connection in the administrator under the datasources and reference it from there. -hankcfman ________________________________ From: raehm</description>
    </item>
    <item>
      <title>Re: application.cfm setting dsn to db on another server</title>
      <pubDate>Sat, 06 Feb 2010 16:46:33 GMT</pubDate>
      <dc:creator>Ross Valenti</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44629</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44629</guid>
      <description>Is the ColdFusion datasource on a separate server, or just the database? ________________________________ From: raehm &lt;raehm@...&gt; To:</description>
    </item>
    <item>
      <title>application.cfm setting dsn to db on another server</title>
      <pubDate>Sat, 06 Feb 2010 14:56:44 GMT</pubDate>
      <dc:creator>raehm</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44628</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44628</guid>
      <description>I have been using the following successfully: &lt;CFSET sales.dsn = &quot;sup.sales&quot;&gt; But what if sup.sales.mdb is on another server? The following does not work: </description>
    </item>
    <item>
      <title>Watermark</title>
      <pubDate>Fri, 05 Feb 2010 21:31:34 GMT</pubDate>
      <dc:creator>Roy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44627</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44627</guid>
      <description>I&#39;ve used cfdocument to create a beautiful report.  The only problem I have with it is the bloody watermark. Yes, I&#39;m using the free Developer Edition.  And I</description>
    </item>
    <item>
      <title>Re: cfquery insert problems</title>
      <pubDate>Thu, 04 Feb 2010 14:27:43 GMT</pubDate>
      <dc:creator>Roy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44626</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44626</guid>
      <description>Putting the SQL into Access showed the bug:  a misspelled field name and missing single quote around another text field. Thanks guys!</description>
    </item>
    <item>
      <title>Re: cfquery insert problems</title>
      <pubDate>Wed, 03 Feb 2010 23:16:40 GMT</pubDate>
      <dc:creator>George Farnsworth</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44625</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44625</guid>
      <description>If a field is defined as text, you must put SINGLE quotes around its value like &#39;#OrgWorkPhone#&#39; ... [Non-text portions of this message have been removed]</description>
    </item>
    <item>
      <title>Re: cfquery insert problems</title>
      <pubDate>Wed, 03 Feb 2010 22:01:44 GMT</pubDate>
      <dc:creator>John Bartlett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44624</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44624</guid>
      <description>Take the generated SQL and paste it into an Access query window and run it.  It&#39;ll highlight the exact problem. If not, paste the generated SQL here and let us</description>
    </item>
    <item>
      <title>cfquery insert problems</title>
      <pubDate>Wed, 03 Feb 2010 21:45:01 GMT</pubDate>
      <dc:creator>Roy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44623</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44623</guid>
      <description>I am blushing with shame.  I&#39;ve programmed DB2 on mainframes for more than 20 years, yet this inert query is driving me nuts: &lt;cfquery datasource=&#39;cfissues&#39;</description>
    </item>
    <item>
      <title>Re: CF app to run on mobile phones / pda&#39;s</title>
      <pubDate>Wed, 03 Feb 2010 05:39:56 GMT</pubDate>
      <dc:creator>SAMARIS</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44622</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44622</guid>
      <description>Hi Al, The only prob is I have no .net or related programming exp so I am restricted to writing in CF otherwise I would need to learn a new programming</description>
    </item>
    <item>
      <title>Re: CF app to run on mobile phones / pda&#39;s</title>
      <pubDate>Wed, 03 Feb 2010 05:18:56 GMT</pubDate>
      <dc:creator>John Bartlett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44621</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44621</guid>
      <description>That would limit him to Windows Mobile devices. -John ... [Non-text portions of this message have been removed]</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Wed Feb 10 07:56:39 PST 2010 -->
