<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Thu, 16 Oct 2014 18:29:45 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-16T18:29:45Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Error Executing Database Query</title>
      <link>https://forums.adobe.com/thread/1609377</link>
      <description>&lt;!-- [DocumentBodyStart:09ecab1c-ab98-4c1a-ae02-346812056746] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a web application written in CF8 with Oracle 11g as the back end. This application has been used very often for more than 6 years. Currently I am moving to CF10 and did only a little modification to the CF codes. When I ran the new application in my test server, everything seems to be working just fine except when it calls an Oracle Package. This action produces an error:&amp;nbsp; Error Executing Database Query The strange thing is everything work before and after calling the procedure, I tested using cfabort This Oracle Package is still working in production server (CF8)&amp;nbsp; but not when it is called by CF10. My question is: Is there any changes for CF10 when calling a procedures? or is there any hotfix that I'm not aware of? The code is as follow:&amp;nbsp;&amp;nbsp; SELECT case trim(to_char(SYSDATE, 'DAY')) WHEN 'MONDAY' then '1' else '2' end AS TodaysDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from dual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT Count(other_id) AS NoRecFound&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM gl_dup_ids_ssns&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE Trim(create_date) =&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT Count(other_id) AS NoRecFound&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM gl_dup_ids_ssns&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE Trim(create_date) =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CF codes to Stop the process and email admin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error Executing Database Query shows up when it hit to run cfstoredproc. The codes are exactly the same as in CF8, this template was not modified. Exceptions 14:03:53.053 - Database Exception - in /home/space/users/www/GL/glproc.cfm : line 93&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error Executing Database Query.&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:09ecab1c-ab98-4c1a-ae02-346812056746] --&gt;&lt;img src='/beacon?t=1415920378727' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">coldfusion 8 vs coldfusion 10</category>
      <pubDate>Thu, 16 Oct 2014 18:29:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1609377</guid>
      <dc:date>2014-10-16T18:29:45Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Created a Global UDF but don't know how to call it, please assist</title>
      <link>https://forums.adobe.com/thread/1541063</link>
      <description>&lt;!-- [DocumentBodyStart:dd480e43-023e-43a5-b147-185d2ada7d9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created a cfcomponent and a bunch functions inside it.&amp;nbsp; One of the function needs to call a process that is also needed by other part of the application. Since this "process" is needed in a different parts of the application, I decided to make this "process"&amp;nbsp; a global function that can be called from any part of the application. I found a blog from Ben Nadel that explained exactly what I need. But the problem is I don't quite understand how to call the globa UDF, his explanation is not clear to me. Ben created UDF.cfc:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfcomponent&amp;nbsp; output="false"&amp;nbsp; hint="I define the application settings and event handlers.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cffunction name="getMessage" access="public" returntype="string" output="false" hint="I return a test message."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Here is where I wrote the process needed by different parts of the application --&lt;br/&gt; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfreturn "I am defined in the UDF component" &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cffunction&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfcomponent &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On the Application.cfc he created a URL scope:&amp;nbsp; cfcomponent output="false"&amp;nbsp; hint="I define the application settings and event handlers."&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Define the application:&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfset this.name = hash( getCurrentTemplatePath() ) &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfset this.applicationTimeout = createTimeSpan( 0, 0, 5, 0 ) &lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add all of our "global" methods to the URL scope. Since&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColdFusion will automatically seach the URL scope for&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; non-scoped variables, it will find our non-scoped method&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; names: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfset structAppend(url,createObject( "component", "UDF" )) &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfcomponent&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The part that I don't understand is, how to call getMessage method? Is it: application.cfc.UDF.getMessage(parameter1,parameter2) ??&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd480e43-023e-43a5-b147-185d2ada7d9e] --&gt;</description>
      <pubDate>Wed, 06 Aug 2014 19:01:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1541063</guid>
      <dc:date>2014-08-06T19:01:25Z</dc:date>
      <clearspace:dateToText>3 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Installing ColdFusion 11 in Windows 8.1</title>
      <link>https://forums.adobe.com/thread/1520730</link>
      <description>&lt;!-- [DocumentBodyStart:de36cf62-0440-4190-a63c-ee4091af6187] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;I can't no longer download the 30 days trial for CF 10, all I can see is CF 11 when I go to &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.adobe.com/go/trycoldfusion/" rel="nofollow"&gt;http://www.adobe.com/go/trycoldfusion/&lt;/a&gt;&lt;span&gt; It is OK for me to try CF 11, it is not a problem because I have not submitted a purchase request to my department. I have no difficulties installing CF 11 on my Windows 8, the problem is on how to configure CF to work with IIS or vice versa. I found some suggestion to modify IIS8 into IIS7, I did it but I still can't get it to work with CF11. Now I already have IIS 7 instead of 8 and I still can't open my website nor CF administrator. I got internal server error message 500. Is this because I have to install some CF hot fixes or something else? there are not too many tutorials out there with CF 10 or 111 and Windows 8 IIS. Is there any easy step by step instruction either from Adobe or someone who has successfully install CF10 or 11 and don't mind sharing it with me?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:de36cf62-0440-4190-a63c-ee4091af6187] --&gt;</description>
      <pubDate>Sat, 12 Jul 2014 22:45:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1520730</guid>
      <dc:date>2014-07-12T22:45:10Z</dc:date>
      <clearspace:dateToText>4 months 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strange behavior on a simple Delete/Truncate Statements</title>
      <link>https://forums.adobe.com/thread/1115463</link>
      <description>&lt;!-- [DocumentBodyStart:6eeca860-3f4a-4c6b-9823-fbc371624c63] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I'm using CF8 and Oracle 11g and In one of my app., I applied 4 simple delete/truncate statements.&lt;/p&gt;&lt;p&gt;These statements are used to clean up 4 temporary tables everytime this app. starts.&lt;/p&gt;&lt;p&gt;For a few weeks I have not seen anything wrong with it until one day the result produced by this app show duplicates data.&lt;/p&gt;&lt;p&gt;On my investigation I found out that 4 of my Truncate statements did not truncate the data, so previous data were process again and again...&lt;/p&gt;&lt;p&gt;Then I made some changes:&lt;/p&gt;&lt;p&gt;FROM:&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="OriginalQuery" datasource="mytestDB"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table1&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table2&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table3&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table4&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;INTO:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="OriginalQuery1" datasource="mytestDB"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table1&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="OriginalQuery2" datasource="mytestDB"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table2&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="OriginalQuery3" datasource="mytestDB"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table3&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="OriginalQuery4" datasource="mytestDB"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Truncate table temp_table4&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then I got the correct result again but only for a few weeks before the same problem coming back again.&lt;/p&gt;&lt;p&gt;Obviously, my statements are correct because I got the right data for weeks before it stopped working.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I did delete statement directly in Oracle SQL Developer, I need to apply COMMIT;&lt;/p&gt;&lt;p&gt;such as:&lt;/p&gt;&lt;p&gt;Delete from Table A;&lt;/p&gt;&lt;p&gt;commit;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when using Truncate I was told I don't need to use commit.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I changed the 4 statements in my CF application from truncate to delete and I got the same result.&lt;/p&gt;&lt;p&gt;In the first few weeks, I got the right result but it comes back.&lt;/p&gt;&lt;p&gt;Has anyone experience this? please help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6eeca860-3f4a-4c6b-9823-fbc371624c63] --&gt;</description>
      <pubDate>Fri, 14 Dec 2012 18:13:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1115463</guid>
      <dc:date>2012-12-14T18:13:30Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Where to set key to be used with Encrypt function</title>
      <link>https://forums.adobe.com/thread/1084001</link>
      <description>&lt;!-- [DocumentBodyStart:85ea704c-455c-4850-ada7-c86ede2b2cb2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm about to use CF Encrypt function because I need to pass a var via url.&lt;/p&gt;&lt;p&gt;In order to use Encrypt () I need to create a KEY but I don't want to keep setting this key on the page where I need to use Encrypt()&lt;/p&gt;&lt;p&gt;Can anyone point me to the right direction on where is the best place to set this key so I can just refer to this key anytime I need it?&lt;/p&gt;&lt;p&gt;Can I do &amp;lt;cfset session.MyEncyprteKey = ....&amp;gt;? and everytime I need this key I just use #session.MyEncryptedKey# ?&lt;/p&gt;&lt;p&gt;I'm using CF8 and Application.cfc&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:85ea704c-455c-4850-ada7-c86ede2b2cb2] --&gt;</description>
      <pubDate>Wed, 17 Oct 2012 19:58:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1084001</guid>
      <dc:date>2012-10-17T19:58:53Z</dc:date>
      <clearspace:dateToText>2 years 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>can't I call a function this way?</title>
      <link>https://forums.adobe.com/thread/986217</link>
      <description>&lt;!-- [DocumentBodyStart:495595e6-f8c0-47ed-a91b-ad20dbb2a0da] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I tried to get records from a table from server A (Sybase) and insert the records to server B (Oracle) using CF8&lt;/p&gt;&lt;p&gt;Both has the same exact table and datatype&lt;/p&gt;&lt;p&gt;When I do the following, I got this error and not sure where I did wrong&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="0" cellpadding="0" cellspacing="0" style="font-family: verdana; background-color: #e7e7e7;" width="500"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="left" style="border:0px solid black;" valign="middle" width="500"&gt;&lt;h1 style="color: black; font-size: 13pt; font-weight: normal;"&gt;Missing argument name.&lt;/h1&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="border:0px solid black;" width="400"&gt;&lt;span&gt;When using named parameters to a function, every parameter must have a name.&lt;p&gt;The CFML compiler was processing:&lt;/p&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My codes:&lt;/p&gt;&lt;p&gt;--------------&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="getSybaseRec" datasource="DSN1"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; SELECT * FROM tbl_EP&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFLOOP query="getSybaserec"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFSET ToOra ('#Column_1#', '#Column_2#', '#CreateODBCDate(DateColumn)#'&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/CFLOOP&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFFUNCTION name = "ToOra"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfargument name="col1" type="String" required="True"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfargument name="col2" type="String" required="True"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfargument name="date_col" type="date" required="True"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; INSERT INTO tblEP_Ora (Column_1, Column_2, DateColumn)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; VALUES ('#arguments.col1#', '#arguments.col2#', #arguments.date_col#&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/CFFUNCTION&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:495595e6-f8c0-47ed-a91b-ad20dbb2a0da] --&gt;</description>
      <pubDate>Fri, 06 Apr 2012 14:01:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/986217</guid>
      <dc:date>2012-04-06T14:01:16Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>application.cfc vs application.cfm</title>
      <link>https://forums.adobe.com/thread/925926</link>
      <description>&lt;!-- [DocumentBodyStart:b6d7dfae-ad00-4950-900d-b8dd75c51983] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My CF version is 8 but since I came to this company and inherrited the codes, it looks like previous programmer did not use much of CF8 features.&lt;/p&gt;&lt;p&gt;I started to take advantage of CF8 features including cfc. One thing that I notice is all the existing apps. are using application.cfm and none uses application.cfc&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have sort of a portal web application where under this app. there are a bunch of different applications&lt;/p&gt;&lt;p&gt;The portal application has application.cfm that is encrypted so whenever I create a new app, I created my own application.cfm each with a different name set on the cfapplication tag&lt;/p&gt;&lt;p&gt;So it sort of to look like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Portal app&lt;/p&gt;&lt;p&gt;&amp;nbsp; application.cfm (encrypted)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application_1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.cfm&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application_2&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.cfm&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application_3&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.cfm&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to experience the CF8 application.cfc and from what I read, if I use application.cfc I can't use application.cfm because application.cfc replacing application.cfm and OnrequestEnd.cfm&lt;/p&gt;&lt;p&gt;when application.cfc is present both application.cfm and OnrequestEnd.cfm are going to be ignored.&lt;/p&gt;&lt;p&gt;My concern is, when I start creating application.cfc on my sub application, will the application.cfc ignoring Portal's application.cfm (the encrypted application.cfm) eventhough it is&lt;/p&gt;&lt;p&gt;on a much higher up in the directory tree?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So can i do the following without messing up the whole application?&lt;/p&gt;&lt;p&gt;Portal app&lt;/p&gt;&lt;p&gt;&amp;nbsp; application.cfm (encrypted)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application_1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.cfm&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application_2&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.cfm&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application_3&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.cfm&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application_4&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application.cfc&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; (?)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b6d7dfae-ad00-4950-900d-b8dd75c51983] --&gt;</description>
      <pubDate>Wed, 16 Nov 2011 19:38:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/925926</guid>
      <dc:date>2011-11-16T19:38:43Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Please help with datatype mismatch on insert statement</title>
      <link>https://forums.adobe.com/thread/867283</link>
      <description>&lt;!-- [DocumentBodyStart:ed0593fd-fc02-4108-bcd7-29857b114163] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I'm trying to insert some values from my form into my Sybase.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Some columns datatype are set as Money datatype and the values from my CF form are varchar.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I tried to use LSCurrencyFormat or DollarFormat but unfortunately all of my attempt did not work and gave me this error:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;table border="0" cellpadding="0" cellspacing="0" width="500"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="left" style="border:0px solid black;" valign="middle" width="500"&gt;&lt;h1&gt;Error Executing Database Query.&lt;/h1&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="border:0px solid black;" width="400"&gt;&lt;span&gt;[Macromedia][Sybase JDBC Driver][Sybase]Implicit conversion from datatype 'CHAR' to 'MONEY' is not allowed. Use the CONVERT function to run this query. &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:0px solid black;"&gt; 21 : &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfqueryparam cfsqltype="cf_sql_varchar" value="#DollarFormat(Form.PGCash)#"&amp;gt;,&lt;br/&gt;22 : &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfqueryparam cfsqltype="cf_sql_varchar" value="#DollarFormat(Form.PGPL)#"&amp;gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br/&gt;&lt;strong&gt;23 : &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfqueryparam cfsqltype="cf_sql_varchar" value="#DollarFormat(Form.PGPLPMT)#"&amp;gt;)&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;br/&gt;I'm using cfqueryparam on my sql statement on CF template such as:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Insert into (column1,column2,column3,....)&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Values (&amp;lt;cfqueryparam cfsqltype="cf_cql_varchar" value="#DollarFormat(form.pgcash)#"&amp;gt;, etc..&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I also tried Convert function like this, it wasn't working either:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Insert into (column1,column2,column3,....)&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Values (&amp;lt;cfqueryparam cfsqltype="cf_cql_varchar" value="#Convert(money(8), form.pgcash)#"&amp;gt;, etc..&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I ran out of knwledge on how to successfully make this insert from happening, please help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ed0593fd-fc02-4108-bcd7-29857b114163] --&gt;</description>
      <pubDate>Mon, 20 Jun 2011 15:37:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/867283</guid>
      <dc:date>2011-06-20T15:37:51Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>working with rss</title>
      <link>https://forums.adobe.com/thread/854747</link>
      <description>&lt;!-- [DocumentBodyStart:b434bd96-29d2-45d6-afc3-ce978e95f662] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this code in my page:&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p&gt;&amp;lt;cffeed action=&lt;span&gt;"Read"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;source=&lt;/span&gt;&lt;span&gt;&lt;a class="jive-link-external-small" href="http://www.kompas.com/getrss/" rel="nofollow"&gt;http://www.kompas.com/getrss/&lt;/a&gt;&lt;/span&gt;&lt;span&gt;english &lt;/span&gt;&lt;span&gt;query=&lt;/span&gt;&lt;span&gt;"feed"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;properties=&lt;/span&gt;&lt;span&gt;"feedMetadata"&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Is there a way to prevent error message from showing up in my page when the url from this site does not work?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;When I access this other site this morning, I found:&lt;/span&gt;&lt;span class="Apple-style-span"&gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;h1&gt;A Database Error Occurred&lt;/h1&gt;&lt;p&gt;Unable to connect to your database server using the provided settings.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Because of this, my page is showing this error:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;p&gt;&lt;table border="0" cellpadding="0" cellspacing="0" width="500"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="left" style="border:0px solid black;" valign="middle" width="500"&gt;&lt;h1&gt;Unable to read the source URL.&lt;/h1&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="border:0px solid black;" width="400"&gt;&lt;span&gt;Status Code: 500. Try adding or changing UserAgent attribute in the CFFeed tag&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;It would be nice if I can prevent this message from showing up. Is there anything I can do from my CF side?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b434bd96-29d2-45d6-afc3-ce978e95f662] --&gt;</description>
      <pubDate>Fri, 20 May 2011 13:41:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/854747</guid>
      <dc:date>2011-05-20T13:41:37Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need help with CF component call, please</title>
      <link>https://forums.adobe.com/thread/835153</link>
      <description>&lt;!-- [DocumentBodyStart:793fd920-d5a0-4469-ae51-548a0f9b3dd6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" onmousedown="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hi!&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" onmousedown="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I've been working with component lately but still learning. In one of my logic I need to use an existing component and I'm not sure how to correctly call the function and get the return result from that.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" onmousedown="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Can anyone help me please?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" onmousedown="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" onmousedown="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Basically I created a component:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" onmousedown="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;span&gt;&lt;p&gt;&amp;lt;cfcomponent displayname=&lt;span&gt;"X"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;span&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFFUNCTION&lt;span&gt; &lt;/span&gt;&lt;span&gt;name=&lt;/span&gt;&lt;span&gt;"GetNames"&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span&gt;fargument&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name=&lt;/span&gt;&lt;span&gt;"1"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;type=&lt;/span&gt;&lt;span&gt;"String"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;required=&lt;/span&gt;&lt;span&gt;"TRUE"&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span&gt;cfargument&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name=&lt;/span&gt;&lt;span&gt;"2"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;type=&lt;/span&gt;&lt;span&gt;"String"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;required=&lt;/span&gt;&lt;span&gt;"TRUE"&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!---- I do my work here ----&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; within my logic, I need to call an existing function located at &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in a different component And I&amp;nbsp; need to use the result returned by this function.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (see below)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm not sure how to correctly call that function from here&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can I simply do:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinvoke component="the location of Y component" method="Compare" MyVar = "MyNames" Returnresult="Z"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFIF #Z# NEQ 0&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!---&amp;nbsp; DO something ---&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFELSE&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- do something else ---&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/CFIF&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/CFFUNCTION&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfcomponent&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the existing componen that I need to use. It's located at the same directory:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfcomponent displayname=&lt;span&gt;"Y"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;!--- assuming this is the function that I need to call ---&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;span&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CFFUNCTION&lt;span&gt; &lt;/span&gt;&lt;span&gt;name=&lt;/span&gt;&lt;span&gt;"Compare"&lt;span&gt; &lt;/span&gt;&lt;span&gt;hint=&lt;/span&gt;&lt;span&gt;"verify names"&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;span&gt;cfargument&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name="MyVar&lt;/span&gt;&lt;span&gt;"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;type=&lt;/span&gt;&lt;span&gt;"String"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;required=&lt;/span&gt;&lt;span&gt;"TRUE"&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfscript&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; some logic here&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .......................&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;span&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return&lt;/span&gt;&lt;span&gt; return_struct;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfscript&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/CFFUNCTION&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfcomponent&amp;gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;span&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;span&gt;&lt;p&gt;Please advice, thank you!&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;span&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:793fd920-d5a0-4469-ae51-548a0f9b3dd6] --&gt;</description>
      <pubDate>Thu, 07 Apr 2011 13:58:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/835153</guid>
      <dc:date>2011-04-07T13:58:58Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get rid of special char? Help please!</title>
      <link>https://forums.adobe.com/thread/793180</link>
      <description>&lt;!-- [DocumentBodyStart:704d12df-e91b-40e6-a356-c7e4b3c3c955] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I'm having a hard time creating a form field that only accepting number.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;The ideal way would be using ajax or javascript but I don't know how so I tried to use form submit instead.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;There are 2 text fields &amp;amp; one drop down where user can enter dollar amount, then select a fee from a drop down.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;The 3rd textbox will then display the total amount from 1st field +&amp;nbsp; 2nd field, real simple.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;1. Enter amount, for example, user enter $10 on the 1st. field then&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;2 Select fee range : $1 to $200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : $20 &amp;lt;&amp;lt;&amp;lt;&amp;lt; for example user select this value&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $201 to $500&amp;nbsp; : $30&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;then,&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;3. Total : $10 + $20 = $30 &amp;lt;&amp;lt;&amp;lt; shown on 3rd text field&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I need to filter 1st text field to only get the number. If user enter $10, I should get rid of the $ sign or if user enter any characters other then numbers (including&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;decimal) my program should be able to only extract the number (and decimal)&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;When user select the drop down, I submit the form to self, calculate this 2 numbers and show the result in the 3rd text field.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I tried to use ReplaceNoCase but it generates error since it doesn't like the empty value on the 2nd string attribute:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;#ReplaceNoCase(Form.FirstTextBox, $, ,ALL)# &amp;gt;&amp;gt;&amp;gt;&amp;gt; this generates error because it is trying t replace it with a blank space..please help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:704d12df-e91b-40e6-a356-c7e4b3c3c955] --&gt;</description>
      <pubDate>Thu, 17 Feb 2011 20:04:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/793180</guid>
      <dc:date>2011-02-17T20:04:35Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>can I ignore a return result?</title>
      <link>https://forums.adobe.com/thread/767922</link>
      <description>&lt;!-- [DocumentBodyStart:187260e9-e714-4a5b-88c4-a29ca455fdd0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hi!&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I'm not too sure what am I supposed to do with situation like this.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;My CF application work just fine but suddenly the DB guy changed a stored Procedure that is used in my application.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;The changes did not cause major effects but I noticed the cfmail tags and a delete statement right after this stored procedure, is not executed anymore.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;The only different between old str. proc and new str. proc. is that the new str. proc. is now returning some result where my app. does not need.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;So in other words, after that str. proc is executed, it returns a result and my CF ignore it and I expect CF should continue on running the rest of the codes which is a CFMAIL tags and a delete statement.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;The DB guy can't do much since using the old str. proc. produced unexpected result and also according to him he doesn't have much choice since the db is set by a third party vendor where he doesn't have too much access to.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;My question is:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I have tried to adjust my codes so that my CFMAIL and delete statement run regardless of how the new str. proc being set but I'm not so sure how to handle&amp;nbsp; the return result by this str. proc.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Can I just ignore it?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;The adjusment I made was to put all my CF codes above this str. proc. So after all my CF codes are run, I let the str proc. run and that's the end of the process. Is this acceptable?&amp;nbsp; what can go wrong if I let this app running and ignoring the return result on every process? Please advice&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:187260e9-e714-4a5b-88c4-a29ca455fdd0] --&gt;</description>
      <pubDate>Mon, 20 Dec 2010 14:02:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/767922</guid>
      <dc:date>2010-12-20T14:02:52Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion 8 and Ajax</title>
      <link>https://forums.adobe.com/thread/750247</link>
      <description>&lt;!-- [DocumentBodyStart:36821324-91f0-46ff-9b88-18e351fdde37] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hi!&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I have never used ajax with codlfusion, this would be my first try. I read some&amp;nbsp; forum, those I need are described here, including the one written by&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Ben Forta: &lt;a class="jive-link-external-small" href="http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-1-AutoSuggest" rel="nofollow"&gt;http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-1-AutoSuggest&lt;/a&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;and also from Adobe site:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;a class="jive-link-external-small" href="http://www.adobe.com/devnet/coldfusion/articles/cfajax_overview.html" rel="nofollow"&gt;http://www.adobe.com/devnet/coldfusion/articles/cfajax_overview.html&lt;/a&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;At this moment I only need to use a couple of them such as, autosuggest, cflayout, cfmenu and cfwindow but I think I have not gotten the whole picture yet.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Something like: Do I need to do anything else before starting to use these tags? I tried using cfform cfinput and applied what these forum suggests and nothing work. For example, the autosuggest does not work.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I did my cfquery and then applied #ValueList(query.columnName)#, I got an error saying valuelist is not defined&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Also,&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I read about SPRY, do I need to download SPRY before I can work with ajax in ColdFusion 8?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Basically I just need some very basic gudance on how can I start. can anyone help???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:36821324-91f0-46ff-9b88-18e351fdde37] --&gt;</description>
      <pubDate>Wed, 10 Nov 2010 14:25:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/750247</guid>
      <dc:date>2010-11-10T14:25:57Z</dc:date>
      <clearspace:dateToText>4 years 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need help with setting up datasource</title>
      <link>https://forums.adobe.com/thread/747568</link>
      <description>&lt;!-- [DocumentBodyStart:0ebfa5c5-0751-49ef-9ef1-980042eb21cc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hi!&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I'm working on a CF project on my local machine but the DB is located on the hosting site so I have no access to their CF administrator and can't set the datasource.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;So I was suggested by the hosting company to work from my local but connect the datasource to their MySQL DB remotely. I was told that I need to use certain IP address they gave me and also the database name, user name and password but I'm not sure how to set this up from my code.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Have googled for awhile and did not get any result. Is there anyone in this forum know how and willing to send example for me so I can start working?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Thank you so much&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ebfa5c5-0751-49ef-9ef1-980042eb21cc] --&gt;</description>
      <pubDate>Thu, 04 Nov 2010 13:04:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/747568</guid>
      <dc:date>2010-11-04T13:04:21Z</dc:date>
      <clearspace:dateToText>4 years 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with creating a list</title>
      <link>https://forums.adobe.com/thread/698444</link>
      <description>&lt;!-- [DocumentBodyStart:f6b3d9de-37af-4c6d-b7ea-a04eac96a2fe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;I query id values from one of my table.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;I need to come up with a list that looks like:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;id='123' OR id='234' OR id='002' OR id='345' OR id='435'&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;I came up with 123,234,002,345,435 and '123' , '234' , '002' , '435' and also '123' OR '234' OR '002' OR '435' &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;but very frustrated with putting id= on each list element to come up with id='123' OR id='234' OR id='002' OR id='345' OR id='435'&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Can anyone think of a technique to create such a list dynamically from a query result?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Thanks!&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f6b3d9de-37af-4c6d-b7ea-a04eac96a2fe] --&gt;</description>
      <pubDate>Wed, 11 Aug 2010 16:22:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/698444</guid>
      <dc:date>2010-08-11T16:22:17Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with ListLen()</title>
      <link>https://forums.adobe.com/thread/684680</link>
      <description>&lt;!-- [DocumentBodyStart:d3d4f9ba-d46e-4fee-8cca-fe723c10b4a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm confused. In Adobe ColdFusion 8 documentation online it is said that ColdFusion ignores empty list elements; thus, the list "a,b,c,,,d" has four elements.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_l_15.html" rel="nofollow"&gt;http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_l_15.html&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I use ListLen on the following List:&lt;/p&gt;&lt;p&gt;a|b|c|d| | |g|h &amp;gt;&amp;gt; &amp;lt;CFSET TheList = "a|b|c|d| | |g|h"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFSET Total = "#ListLen(TheList, "|")#&amp;gt; I got: 7 instead of 6 as the result&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So does ListLen function is counting my "Bar" as delimiter on that list OR ListLen function is counting the list elements (a,b,c,d,g,h)??????&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need a coldfusion function to count the "Bars" NOT the elements. Or is there CF function counting the elements but including empty elements.&lt;/p&gt;&lt;p&gt;On my test, ListLen is actually counting the Delimiter which is the "Bar" in my case, does it means the documentation is wrong?&lt;/p&gt;&lt;p&gt;if the documentation is correct and it s counting the element, I did not get that result. Please help!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3d4f9ba-d46e-4fee-8cca-fe723c10b4a5] --&gt;</description>
      <pubDate>Wed, 21 Jul 2010 15:01:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/684680</guid>
      <dc:date>2010-07-21T15:01:24Z</dc:date>
      <clearspace:dateToText>4 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to set identity to the 1st record in cfquery</title>
      <link>https://forums.adobe.com/thread/662440</link>
      <description>&lt;!-- [DocumentBodyStart:0da6070b-f021-46e7-b853-c6fce8c9dec8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I need help with setting the identity to always start with 1 when new records are inserted.&lt;/p&gt;&lt;p&gt;My application is inserting records to Table A then at the end, all records in Table A are deleted.&lt;/p&gt;&lt;p&gt;When the next time this app. is ran, Table A is re-populated again and for certain reason the inserted record need to always start from 1.&lt;/p&gt;&lt;p&gt;The identity is set to automatic so I'm trying to find a way if I can reset the identity column before start inserting new records.&lt;/p&gt;&lt;p&gt;Is this doable?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is not working:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=": ; font-size: 2;"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&amp;lt;cfquery&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;name=&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 10pt;"&gt;"getRecs"&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;datasource=&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 10pt;"&gt;"myrec"&lt;/span&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt; 'identity', ', 0, '0'&amp;nbsp; //reset identity???&lt;/span&gt;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style=": ; font-size: 2;"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-size: 10pt;"&gt;INSERT INTO Table&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;Select a,s,c from tableB where a='a'&lt;/p&gt;&lt;p align="left"&gt;&lt;span style=": ; font-size: 2;"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&amp;lt;/cfquery&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0da6070b-f021-46e7-b853-c6fce8c9dec8] --&gt;</description>
      <pubDate>Thu, 17 Jun 2010 18:52:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/662440</guid>
      <dc:date>2010-06-17T18:52:46Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with looping on some List</title>
      <link>https://forums.adobe.com/thread/646442</link>
      <description>&lt;!-- [DocumentBodyStart:71a41d31-9b55-409d-b3ec-a3aefb8fb906] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;More than 1 records are shown as result of a form search and from my debug screen I'm facing a comma delimited values from each fields as shown below. The requirement is for the user to be able to do an update to each record at once instead of one record at a time.&lt;/p&gt;&lt;p&gt;Users should be able to check on the checkboxes next to Diane, Suzane,Debbie's records and hit the Update button, those record will get updated.&lt;/p&gt;&lt;p&gt;I tried cfloop list, looping through PersonalId list but it did not help when I look at my database I got:&lt;/p&gt;&lt;p&gt;PersonalId = 1232&lt;/p&gt;&lt;p&gt;FirstName = Diane,Suzanne,Debbie&lt;/p&gt;&lt;p&gt;LastName = Smith,Boyle,Reynold&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PersonalId = 3433&lt;/p&gt;&lt;p&gt;FirstName = Diane,Suzanne,Debbie&lt;/p&gt;&lt;p&gt;LastName = Smith,Boyle,Reynold&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;etc&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Form Fields:&lt;/strong&gt;&lt;br/&gt;FirstName = Diane,Suzanne,Debbie,David,Mark,Ron&lt;/p&gt;&lt;p&gt;LastName = Smith,Boyle,Reynold,Tomang,Schulteis,Wong&lt;/p&gt;&lt;p&gt;PersonalId = 1232,3433,4532,234,678,65,77&lt;/p&gt;&lt;p&gt;DeptCode = ACC,FRNTD,DPRD,MRKT,BSNS,ACQUIS&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71a41d31-9b55-409d-b3ec-a3aefb8fb906] --&gt;</description>
      <pubDate>Tue, 25 May 2010 19:20:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/646442</guid>
      <dc:date>2010-05-25T19:20:37Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with single quote please!</title>
      <link>https://forums.adobe.com/thread/561447</link>
      <description>&lt;!-- [DocumentBodyStart:9b0361a4-59fd-4f41-b55e-da7c75f0e454] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm doing a simple varchar insert :&lt;/p&gt;&lt;p&gt;Insert into tablename (column1, column2, etc) Values (' #value1# ', ' #value2# ', etc)&lt;/p&gt;&lt;p&gt;How to avoid value with single quote such as: ' L'Enfant Plaza '&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b0361a4-59fd-4f41-b55e-da7c75f0e454] --&gt;</description>
      <pubDate>Fri, 22 Jan 2010 19:59:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/561447</guid>
      <dc:date>2010-01-22T19:59:33Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFFILE in CF8</title>
      <link>https://forums.adobe.com/thread/512827</link>
      <description>&lt;!-- [DocumentBodyStart:4abdcd7d-a05b-44a7-b7a0-3ab6fe687c91] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is it true that CFFILE in CF8 is now able to accomodate large file upload without any problem. In the following blog, it says the writer has tried to upload 5 GB file with ease. &lt;a class="jive-link-external-small" href="http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/" rel="nofollow"&gt;http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If this is correct than I don't need to split my huge file into several smaller files to be processed. My file won't go beyond 2 GB, may be between 1 to 2 GB the most. I need some advice from the more experience programmers. Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4abdcd7d-a05b-44a7-b7a0-3ab6fe687c91] --&gt;</description>
      <pubDate>Mon, 26 Oct 2009 15:45:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/512827</guid>
      <dc:date>2009-10-26T15:45:54Z</dc:date>
      <clearspace:dateToText>5 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Still not too clear with cfif NOT</title>
      <link>https://forums.adobe.com/thread/490127</link>
      <description>&lt;!-- [DocumentBodyStart:3a6d8983-6e5b-42b9-976f-9a5a54a84db3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Someone told me long time ago that it is better not to use &amp;lt;CFIF SomeVariable NEQ ""&amp;gt; which I have used a lot in my codes&lt;/p&gt;&lt;p&gt;It is much better when using &amp;lt;CFIF NOT SomeVariable&amp;gt; instead&lt;/p&gt;&lt;p&gt;Am I remember this correctly?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3a6d8983-6e5b-42b9-976f-9a5a54a84db3] --&gt;</description>
      <pubDate>Thu, 10 Sep 2009 18:26:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/490127</guid>
      <dc:date>2009-09-10T18:26:04Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>available system memory</title>
      <link>https://forums.adobe.com/thread/475647</link>
      <description>&lt;!-- [DocumentBodyStart:e5884046-4683-43f4-8e09-f409a777f4c6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How to check for available system memory on Coldfusion server and also when I use local host?&lt;span style="font-size: 10pt; color: #808080;"&gt;&lt;span style="font-size: 10pt; color: #808080;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5884046-4683-43f4-8e09-f409a777f4c6] --&gt;</description>
      <pubDate>Tue, 11 Aug 2009 15:06:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/475647</guid>
      <dc:date>2009-08-11T15:06:22Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>insert into within cfloop list</title>
      <link>https://forums.adobe.com/thread/438340</link>
      <description>&lt;!-- [DocumentBodyStart:2c732b69-5917-4def-93d0-7fcbef3c605c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was trying to loop aover a list and do a simple insert and I failed!!!&lt;/p&gt;&lt;p&gt;Have I done something wrong with my simple code below? Please help!&lt;/p&gt;&lt;p&gt;The column years is varchar 4&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #000066;"&gt;&lt;span style="font-size: 10pt; color: #000066;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&lt;p align="left"&gt;&amp;lt;cfset&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color="#800000" size="2"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p align="left"&gt;&lt;span style="font-size: 10pt; color: #000000;"&gt; myList=&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;"2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 ,2025"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&lt;p align="left"&gt;&amp;lt;cfloop&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color="#800000" size="2"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p align="left"&gt;&lt;span style="font-size: 10pt; color: #000000;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;list=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;"#myList#"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;index=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;"i"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cfquery&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;name=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;"x"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;datasource=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;"#MyDSN#"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&lt;font size="2"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; color: #000066;"&gt;&lt;span style="font-size: 10pt; color: #000066;"&gt;&amp;nbsp;&amp;nbsp; Insert&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;Into&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;p align="left"&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tblyears (years)&lt;font size="2"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; value&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 10pt;"&gt;(&lt;/span&gt;&lt;span style="font-size: 10pt; color: #ff0000;"&gt;&lt;span style="font-size: 10pt; color: #ff0000;"&gt;'#i#'&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;)&lt;font size="2"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/cfquery&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;p&gt;&amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Error :&lt;/p&gt;&lt;p&gt;Error executing database query&lt;/p&gt;&lt;p&gt;[Macromedia][Sybase JDBC Driver][Sybase] Incorrect syntax near 'value'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c732b69-5917-4def-93d0-7fcbef3c605c] --&gt;</description>
      <pubDate>Tue, 26 May 2009 20:05:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/438340</guid>
      <dc:date>2009-05-26T20:05:51Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF Structure</title>
      <link>https://forums.adobe.com/thread/433026</link>
      <description>&lt;!-- [DocumentBodyStart:659c1683-9c55-4b67-b98f-83a7afb67f4e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;my structure element does not show all the values when I do the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;font color="#800000" size="2"&gt;&lt;font color="#800000" size="2"&gt;&lt;p&gt;&amp;lt;CFSET &lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color="#800000" size="2"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #000000;"&gt;client_address=&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;"#q_Info.street1# #q_Info.street2# #q_Info.street3# #q_Info.foreign_cityzip# #q_Info.country_code#"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All of these actually show values:&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;#q_Info.street1# &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;#q_Info.street2# &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;#q_Info.street3# &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;#q_Info.foreign_cityzip# &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;#q_Info.country_code#"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0000ff;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;By doing this: &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;CFSET &lt;span style="font-size: 10pt; color: #000000;"&gt;client_address=&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; color: #0000ff;"&gt;"#q_Info.street1# #q_Info.street2# #q_Info.street3# #q_Info.foreign_cityzip# #q_Info.country_code#"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&lt;span style="font-size: 10pt; color: #800000;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #800000;"&gt;client_address only show the value of &lt;/span&gt;&lt;span style="color: #0000ff;"&gt;#q_Info.street1#&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0000ff;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;Is there some kind of rule that I can't assign more values as the value of this structure element?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:659c1683-9c55-4b67-b98f-83a7afb67f4e] --&gt;</description>
      <pubDate>Thu, 14 May 2009 17:10:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/433026</guid>
      <dc:date>2009-05-14T17:10:25Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need help with upper case</title>
      <link>https://forums.adobe.com/thread/88111</link>
      <description>&lt;!-- [DocumentBodyStart:bf867e66-40b5-4575-9d18-11aa30e88cbc] --&gt;&lt;div class="jive-rendered-content"&gt;I'm stuck on my coding when I have to write a function to
detect upper cases has been used in a sentence
&lt;br/&gt;For example if my array element has this:
&lt;br/&gt;2345
&lt;br/&gt;SAINT PAUL
&lt;br/&gt;STREET
&lt;br/&gt;APT 5
&lt;br/&gt;PHILADELPHIA
&lt;br/&gt;
&lt;br/&gt;I need to be able to write a code to let me know that the 2nd
OR 3rd OR 5th element is written in upper case letter
&lt;br/&gt;
&lt;br/&gt;Or if I set the variable not as array, 2345 SAINT PAUL STREET
APT 5 PHILADELPHIA
&lt;br/&gt;
&lt;br/&gt;I need to be able to detect that at least one of the section
on that street name is written with upper case
&lt;br/&gt;
&lt;br/&gt;Can anyone help please?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf867e66-40b5-4575-9d18-11aa30e88cbc] --&gt;</description>
      <pubDate>Wed, 25 Mar 2009 16:08:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/88111</guid>
      <dc:date>2009-03-25T16:08:06Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to break?</title>
      <link>https://forums.adobe.com/thread/222704</link>
      <description>&lt;!-- [DocumentBodyStart:60ff399f-b0a8-41b3-8ee0-5a20749eba21] --&gt;&lt;div class="jive-rendered-content"&gt;I'm looping within my structure elements and doing either
cfswitch or cfif cfelse conditions
&lt;br/&gt;if I found a bad record I need to send out email and this
record should not be inserted into db while the loop should keep
looping if the the next set of record is good records. How can I do
this? please help. Thanks!!!&lt;/div&gt;&lt;!-- [DocumentBodyEnd:60ff399f-b0a8-41b3-8ee0-5a20749eba21] --&gt;</description>
      <pubDate>Mon, 23 Feb 2009 20:51:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/222704</guid>
      <dc:date>2009-02-23T20:51:18Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why setting var in CFFUNCTION causes error</title>
      <link>https://forums.adobe.com/thread/29260</link>
      <description>&lt;!-- [DocumentBodyStart:2913da77-ff18-40ab-b92f-eaf172855abf] --&gt;&lt;div class="jive-rendered-content"&gt;As far as my knowledge goes, the BEST practise when setting
local variable inside a CFFUNCTION is to use the word "var" in
front of the variable name, for example: &amp;lt;CFSET var
myVariable="whatever"&amp;gt;
&lt;br/&gt;I'm doing it now and all I get is an error message saying: 
&lt;br/&gt;Error invoking CFC name_of_cfc:local variable myVariable on
line 60 must be grouped at the top of the function body!
&lt;br/&gt;
&lt;br/&gt;I'm using CF8 and I need to use cfswitch within the
cffunction, so when I do &amp;lt;cfcase value="SomeValue"&amp;gt;&amp;lt;cfset
var myVariable="TheValue"&amp;gt;&amp;lt;/cfcase&amp;gt; etc I got that error.
&lt;br/&gt;When I tested with just CFSET var MyVariable="TheVariable"
with no cfswitch/cfcase I still get that error
&lt;br/&gt;when I took out the word "var" from cfset, I have no error, I
put these variables directly after my cfarguments. Does anyone know
why this is happening to me?
&lt;br/&gt;
&lt;br/&gt;I thought if I don't use the "var" word for my variable set
within cffunction there will be possibilities when later on setting
up another variables outside this function and if the name happen
to be the same, will override each other and causing disaster to my
application.
&lt;br/&gt;Please help!!
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2913da77-ff18-40ab-b92f-eaf172855abf] --&gt;</description>
      <pubDate>Mon, 26 Jan 2009 19:51:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/29260</guid>
      <dc:date>2009-01-26T19:51:54Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to create a varchar list?</title>
      <link>https://forums.adobe.com/thread/27742</link>
      <description>&lt;!-- [DocumentBodyStart:ec73be35-74f0-4934-8abd-a396854f246f] --&gt;&lt;div class="jive-rendered-content"&gt;I need to create a list like this: '00','11','33','44'
&lt;br/&gt;When I use ValueList or ListAppend I got '00,11,22,33,44'
&lt;br/&gt;My simple codes are as follow:
&lt;br/&gt;
&lt;br/&gt;query name="test" datasource="test"&amp;gt;
&lt;br/&gt; select empID from Employers
&lt;br/&gt;&amp;lt;/cfquery&amp;gt;
&lt;br/&gt;
&lt;br/&gt;I tried: &amp;lt;CFSET EmpIDList=ValueList(test.EmpId)&amp;gt; 
&lt;br/&gt;OR
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfset MyList=""&amp;gt;
&lt;br/&gt;&amp;lt;cfloop query="test"&amp;gt;
&lt;br/&gt; &amp;lt;cfset MyList=#ListAppend(MyList, 'EmpID')&amp;gt;
&lt;br/&gt;&amp;lt;/cfloop&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Both techniques creates a list that looks like : '
00,11,22,33,44,55,66' which I can't use this list in the 
&lt;br/&gt;select * from table where IDList IN ( '00,11,22,33,44,55,66')
&lt;br/&gt;
&lt;br/&gt;Can anyone tell me how can I produce a list with each ID
being surrounded by a single quote like ' 00 ', ' 22 ', ' etc so i
can use the list on the select statement?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec73be35-74f0-4934-8abd-a396854f246f] --&gt;</description>
      <pubDate>Tue, 20 Jan 2009 19:50:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/27742</guid>
      <dc:date>2009-01-20T19:50:48Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get something in return?</title>
      <link>https://forums.adobe.com/thread/231031</link>
      <description>&lt;!-- [DocumentBodyStart:ee56b75e-8358-423c-b4d4-db44f3f8e2fc] --&gt;&lt;div class="jive-rendered-content"&gt;I'm passing values to my component for an insert into db. 
&lt;br/&gt;Since this is an insert, my function doesn't return anything,
so I wrote &amp;lt;cfreturn true&amp;gt;
&lt;br/&gt;without putting cfreturn I would get an error.
&lt;br/&gt;This is fine except that I need my function to return
something, just as an indication to the calling template that the
inserting process is done.
&lt;br/&gt;How can i do that?
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee56b75e-8358-423c-b4d4-db44f3f8e2fc] --&gt;</description>
      <pubDate>Fri, 12 Dec 2008 19:08:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/231031</guid>
      <dc:date>2008-12-12T19:08:17Z</dc:date>
      <clearspace:dateToText>5 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with Eclipse</title>
      <link>https://forums.adobe.com/thread/32146</link>
      <description>&lt;!-- [DocumentBodyStart:7578b514-c268-44aa-aea2-da5e1e54621c] --&gt;&lt;div class="jive-rendered-content"&gt;I've been searching for the answer for my problem and did not
find any. Maybe some of you in this forum can help me?
&lt;br/&gt;I downloaded eclipse 3.4.1 and CFEclipse yesterday.
Everything works except:
&lt;br/&gt;1. My line number is missing even after checking it in
Preferences.
&lt;br/&gt; From other forum I found out a work around for it and that
is to edit the org.cfeclipse.cfml.prefs found on 
&lt;br/&gt; workspace folder but I don't even have this file.
&lt;br/&gt; workspace &amp;gt; .metadata &amp;gt;.pugin&amp;gt;
.org.eclipse.core.runtime &amp;gt; .settings and edit
org.cfeclipse.cfml.prefs to add 
&lt;br/&gt; this line: LineNumberRuler=true
&lt;br/&gt;
&lt;br/&gt; Again, I don't have the file called:
org.cfeclipse.cfml.prefs
&lt;br/&gt; I'm wondering if anyone could point me to where I can
download this file?
&lt;br/&gt;
&lt;br/&gt;2. Auto complete is not working on this version.
&lt;br/&gt; In my previous version, when I typed in CFDump then an array
of cfdum attribute will show up 
&lt;br/&gt; How tos et this up?
&lt;br/&gt;
&lt;br/&gt;Thanks for helping.
&lt;br/&gt;Mega_L
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7578b514-c268-44aa-aea2-da5e1e54621c] --&gt;</description>
      <pubDate>Fri, 07 Nov 2008 16:19:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/32146</guid>
      <dc:date>2008-11-07T16:19:32Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with eclipse installation, please!</title>
      <link>https://forums.adobe.com/thread/234024</link>
      <description>&lt;!-- [DocumentBodyStart:1ad0709e-d83a-400c-a0d4-00cf7286f533] --&gt;&lt;div class="jive-rendered-content"&gt;I usually use dreamweaver but now I have to use eclipse. I'm
so confuse as where to start. I've googled for guide to eclipse
installation but not sure what to do.
&lt;br/&gt;Here is what I found:
&lt;br/&gt;On this link 
&lt;a class="jive-link-external-small" href="http://www.cs.umd.edu/class/spring2006/cmsc132/EclipseTutorial/install.html" rel="nofollow"&gt;http://www.cs.umd.edu/class/spring2006/cmsc132/EclipseTutorial/install.html&lt;/a&gt;
it says I have to first install jdk-1_5_0_04-windows-i586-p.exe but
I can't download this file because I'm not their student. I looked
around everywhere and can't find this file for download.
&lt;br/&gt;Then I thought I may be just download eclipse from 
&lt;a class="jive-link-external-small" href="http://www.eclipse.org/downloads/" rel="nofollow"&gt;http://www.eclipse.org/downloads/&lt;/a&gt;

&lt;br/&gt;When I clicked download, I'm face with anothe confusing page,
I'm not sure which one to choose.
&lt;br/&gt;Do I have to download : Eclipse Classic 3.4.1 (151 MB) ? how
about JDK? 
&lt;br/&gt;I searched for JDK on my machine and I did not see any jdk
except jdk12utils folder, jdk118 folder, jdk122 folder and jaguar
server (jdk1.2). There a re a bunch of other jdk such as JDK_JJ,
JDK_VJ, etc
&lt;br/&gt;
&lt;br/&gt;I need to use eclipse just to develop web application with
coldfusion (locally) and databse Sybase and that is it. No java no
nothing and I'm no java person so these things confuse me, please
help!
&lt;br/&gt;
&lt;br/&gt;Oh by the way, I also read somewhere that once I installed
eclipse I need to install the CFEclipse.
&lt;br/&gt;Please help!!!!
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1ad0709e-d83a-400c-a0d4-00cf7286f533] --&gt;</description>
      <pubDate>Tue, 21 Oct 2008 20:16:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/234024</guid>
      <dc:date>2008-10-21T20:16:19Z</dc:date>
      <clearspace:dateToText>6 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I possibly get the state out?</title>
      <link>https://forums.adobe.com/thread/45252</link>
      <description>&lt;!-- [DocumentBodyStart:fd2bc63b-ef0a-4740-a3be-13feeef82db4] --&gt;&lt;div class="jive-rendered-content"&gt;I'm facing with a strange records. 
&lt;br/&gt;I need to get the state information out from 4 column
NameAddresses. 
&lt;br/&gt;Here is the scenario:
&lt;br/&gt;Column NameAdd1 is populated with records like: 
&lt;br/&gt;1234 Smith Avenue TX 77581-5021, 
&lt;br/&gt;3625 Cricket Creek DR,
&lt;br/&gt;555 RALPH MCGILL BLVD NE (NE is not Nebraska, NE stands for
North East) 
&lt;br/&gt;
&lt;br/&gt;Column NameAdd2: 
&lt;br/&gt;blank, &amp;gt;&amp;gt;&amp;gt;&amp;gt; because the State information for
this person has been placed in NameAdd1 TX 77581-5021
&lt;br/&gt;DELTONA FL 32725, &amp;gt;&amp;gt;&amp;gt; this is the continuation from
3625 Cricket Creek Dr address on NameAdd1
&lt;br/&gt;RIO RANCHO NM 87144 &amp;gt;&amp;gt;is a continuation from 555 RALPH
MCGILL BLVD NE 
&lt;br/&gt;
&lt;br/&gt;Column NameAdd3 : 
&lt;br/&gt;blank, 
&lt;br/&gt;blank, 
&lt;br/&gt;blank, 
&lt;br/&gt;MILWAUKEE WI 53202, 
&lt;br/&gt;16 Pueblo Drive
&lt;br/&gt;
&lt;br/&gt;Column NameAdd4: 
&lt;br/&gt;blank,
&lt;br/&gt;blank,
&lt;br/&gt;blank,
&lt;br/&gt;blank, 
&lt;br/&gt;Alhambra CA 91207
&lt;br/&gt;
&lt;br/&gt;So, when Column NameAdd1 has contain State abbriviation and
zip code (xxxxx-xxxx OR xxxxx) then other column NameAdds will be
blank, when ColumnNameAdd1 only contain street name, then the state
for that address is found on the next column which is NameAdd2, the
same thing happen when NameAdd1 and nameAdd2 only contain person
name and stree address then NameAdd3 or nameAdd4 will pick up the
State information and zip code for this person address, etc
&lt;br/&gt;
&lt;br/&gt;What technique could possibly I use to get only the state
from each record from these 4 NameAdd columns? can anyone offer any
thought?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd2bc63b-ef0a-4740-a3be-13feeef82db4] --&gt;</description>
      <pubDate>Fri, 26 Sep 2008 16:54:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/45252</guid>
      <dc:date>2008-09-26T16:54:56Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to create a text file from a query</title>
      <link>https://forums.adobe.com/thread/47531</link>
      <description>&lt;!-- [DocumentBodyStart:994a56a4-d6c4-4dc2-9d57-20cfe6b414ca] --&gt;&lt;div class="jive-rendered-content"&gt;I need to generate a text file with CF. What I have is a
query result with the values from 3 columns, OrderID, VersionID and
Amount. I need to generate something like this:
&lt;br/&gt;0000123 | 002 | 1
&lt;br/&gt;0000124 | 002 | 2
&lt;br/&gt;0000125 | 002 | 5
&lt;br/&gt;0000126 | 002 | 1 and so on
&lt;br/&gt;
&lt;br/&gt;I know I have to use &amp;lt;CFFILE action="write"
file="#somepath#Invoice.txt .....&amp;gt;
&lt;br/&gt;but I'm not sure how can I output my query result into this
text file??????
&lt;br/&gt;Please help....
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:994a56a4-d6c4-4dc2-9d57-20cfe6b414ca] --&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:13:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/47531</guid>
      <dc:date>2008-07-31T19:13:17Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Attributes of cfobject &amp;gt;&amp;gt; class</title>
      <link>https://forums.adobe.com/thread/4467</link>
      <description>&lt;!-- [DocumentBodyStart:cf3d71a0-2f8f-4b96-bdff-47f4a121d214] --&gt;&lt;div class="jive-rendered-content"&gt;I'm a newbie, learning to understand the concept of object
oriented programming with cfobject. Can anyone help me with one of
attribute of cfobject called : class?
&lt;br/&gt;In the documentation it says that: Class &amp;gt;&amp;gt; is required
&amp;gt;&amp;gt; Enter the component ProgID for the object you want to
invoke.
&lt;br/&gt;I'm embarass to say that I don't understand what it mean by :
Enter the component ProgID for the object you want to invoke ?????
&lt;br/&gt;
&lt;br/&gt;If I want to create a test template like the "hello world"
using cfobject and class attribute (Note:I have to use class
attributes of the cfobject because once I understand this attribute
I will need to use it in my next assignment)
&lt;br/&gt;what am I supposed to write in my Hello World test template?
is this one line enough? what should I write in class attribute and
how do I know if the object has been instantiated? please help!
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfobject type="COM" name="Testting" class="???????????"
action="CREATE"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;I'm using cfmx 6, and I'm testing out of my dev. server
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cf3d71a0-2f8f-4b96-bdff-47f4a121d214] --&gt;</description>
      <pubDate>Fri, 04 Aug 2006 17:19:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/4467</guid>
      <dc:date>2006-08-04T17:19:28Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Trying to generate 4 digit number</title>
      <link>https://forums.adobe.com/thread/101085</link>
      <description>&lt;!-- [DocumentBodyStart:539d76dc-4b97-4ea7-98a7-893adb2dd643] --&gt;&lt;div class="jive-rendered-content"&gt;Hi there, I'm trying to generate sequence of four digit
number when looping my records
&lt;br/&gt;I have to come up with number like: 0001, 0002, 0003,
0004,.................,9999.
&lt;br/&gt;I know how to loop through 1,2,3,4,5,6 etc but how can I add
000 for the 1 digit, 00 for the 2 digits, 0 for the 3 digits and no
0 on the 4 digits.
&lt;br/&gt;Can someone show me the easy way to do this?
&lt;br/&gt;The script I wrote below did not work due to syntax and may
be logic error?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFSCRIPT&amp;gt;
&lt;br/&gt;
&lt;br/&gt; for ( i = 1; i LTE listLen( RecordContents, crlf ); i = i +
1 ) {
&lt;br/&gt; 
&lt;br/&gt; SeqNum=SeqNum + 1;
&lt;br/&gt; if Len(SeqNum) EQ 1{
&lt;br/&gt; SeqNum=("000" &amp;amp; SeqNum); 
&lt;br/&gt; }
&lt;br/&gt; else if Len(SeqNum) EQ 2{
&lt;br/&gt; SeqNum=("00" &amp;amp; SeqNum); 
&lt;br/&gt; }
&lt;br/&gt; else if Len(SeqNum) EQ 3{
&lt;br/&gt; SeqNum=("0" &amp;amp; SeqNum);
&lt;br/&gt; }
&lt;br/&gt; else if Len(SeqNum) EQ 4{
&lt;br/&gt; SeqNum=SeqNum;
&lt;br/&gt; }
&lt;br/&gt;
&lt;br/&gt; }
&lt;br/&gt;
&lt;br/&gt;&amp;lt;/CFSCRIPT&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:539d76dc-4b97-4ea7-98a7-893adb2dd643] --&gt;</description>
      <pubDate>Fri, 28 Mar 2008 14:32:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/101085</guid>
      <dc:date>2008-03-28T14:32:49Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help</title>
      <link>https://forums.adobe.com/thread/249898</link>
      <description>&lt;!-- [DocumentBodyStart:5fb8de4c-ef92-40f6-ae50-aa5b6a95aefc] --&gt;&lt;div class="jive-rendered-content"&gt;Our system is set so our client will be able to send in files
(text file or word or pdf) to one specific folder in our server.
How can I write in CF codes to check if new files have arrived each
day o be fruther manipulated?
&lt;br/&gt;Is this possible?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5fb8de4c-ef92-40f6-ae50-aa5b6a95aefc] --&gt;</description>
      <pubDate>Thu, 13 Mar 2008 20:42:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/249898</guid>
      <dc:date>2008-03-13T20:42:14Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with CreateObject()</title>
      <link>https://forums.adobe.com/thread/109082</link>
      <description>&lt;!-- [DocumentBodyStart:199ba9b2-653c-46a8-8d5f-e3e2bc8af8ce] --&gt;&lt;div class="jive-rendered-content"&gt;I have just learned to use CreateObject() with CF. 
&lt;br/&gt;I understand this syntax:
&lt;br/&gt;request.initFnds =
createObject("component","#application.cfcroot#.system.loadFndSettings")
&lt;br/&gt;However,
&lt;br/&gt;I don't understand this (especially the string start with
.init....), what is this for, can someone explain to me?
&lt;br/&gt;request.initFnds =
createObject("component","#application.cfcroot#.system.loadFndSettings")

&lt;b&gt;.init(dsn="#application.mainDSN#",pID="#attributes.pID#",tempSecID="#attributes.secID#",
&lt;br/&gt;DocID="#attributes.DocID#");&lt;/b&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:199ba9b2-653c-46a8-8d5f-e3e2bc8af8ce] --&gt;</description>
      <pubDate>Tue, 04 Mar 2008 16:08:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/109082</guid>
      <dc:date>2008-03-04T16:08:11Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>looping in SQL</title>
      <link>https://forums.adobe.com/thread/105346</link>
      <description>&lt;!-- [DocumentBodyStart:5b94cb2f-706e-4f40-ae35-c95894ce806d] --&gt;&lt;div class="jive-rendered-content"&gt;My CF need to call a store procedure. I'm done creating this
part but I'm not sure with writing a loop in sql syntax
&lt;br/&gt;I can easily do this in CF but I have no choice but writing
it in store procedure and I have not had experience in this area
especialyy with sql syntax. I'm using MSSQL V.8.0
&lt;br/&gt;Can anyone help me?
&lt;br/&gt;Here is what I need to do, sound pretty simple when it is
done in cf:
&lt;br/&gt;
&lt;br/&gt;The CF will passes shipmentID, an integer value, to
sp_GetShipType (which I have to create)
&lt;br/&gt;
&lt;br/&gt;First I need to use the ShipmentID to obtain ShipmentNo and
OrderID:
&lt;br/&gt;
&lt;br/&gt;select shipmentNo, OrderID from Shipments where ShipmentID =
ShipmentID then
&lt;br/&gt;
&lt;br/&gt;This will generates many records (not just one) and I need to
use these records to loop over another set of select statements
(This is the part that I'm not sure how to write)
&lt;br/&gt;
&lt;br/&gt;I googled to get some tutorials and so far I got a message
that there is no loop in MSSQL except using While loop
&lt;br/&gt;(?) unlike cfloop we have loop list, query loop, while loop,
etc.
&lt;br/&gt; Can anyone help me?
&lt;br/&gt;Thank you!
&lt;br/&gt;------------------------------------------------------------------------------------------ ---------------------
&lt;br/&gt;CREATE PROCEDURE sp_GetShipType
&lt;br/&gt;
&lt;br/&gt;@ShipmentID,
&lt;br/&gt;
&lt;br/&gt;AS
&lt;br/&gt;
&lt;br/&gt;select ShipmentNo, OrderID from Shipments where
ShipmentID=@ShipmentID
&lt;br/&gt;
&lt;br/&gt;-- How to Loop over the query result above in here
&lt;br/&gt; 
&lt;br/&gt; many select statements here
&lt;br/&gt;
&lt;br/&gt;-- end loop
&lt;br/&gt;
&lt;br/&gt;GO
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b94cb2f-706e-4f40-ae35-c95894ce806d] --&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:09:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/105346</guid>
      <dc:date>2008-02-14T15:09:22Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to preview CF tags</title>
      <link>https://forums.adobe.com/thread/258859</link>
      <description>&lt;!-- [DocumentBodyStart:770b7e03-680d-477d-b980-76f2d2ddf3cb] --&gt;&lt;div class="jive-rendered-content"&gt;I need to build error report in CF. I have difficulty showing
the CF codes (tag) in preview. I think because CF server filter out
all the CF tag before showing the result in the browser. But in
this forum, the preview screen is able to show cf tags/code. can
someone tell me how to do that?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:770b7e03-680d-477d-b980-76f2d2ddf3cb] --&gt;</description>
      <pubDate>Mon, 28 Jan 2008 19:00:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/258859</guid>
      <dc:date>2008-01-28T19:00:42Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to search through a list</title>
      <link>https://forums.adobe.com/thread/129846</link>
      <description>&lt;!-- [DocumentBodyStart:78046a47-1b64-482d-bd66-522b278bd5cc] --&gt;&lt;div class="jive-rendered-content"&gt;I have a query result for example: 
&lt;br/&gt; FormName A B C D
&lt;br/&gt; FormID 1 10 5 6
&lt;br/&gt; 
&lt;br/&gt;I need to search either FormID 6 or 7 exist in this
recordset, so I can do somethng like this:
&lt;br/&gt;
&lt;br/&gt;if 6 is on the query &amp;lt;cfset MyID=6&amp;gt; else if 7 is on the
query &amp;lt;cfset MyID=7&amp;gt;
&lt;br/&gt;
&lt;br/&gt;What is the best way to do it considering the query result
may contain either 6 or 7 or none?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:78046a47-1b64-482d-bd66-522b278bd5cc] --&gt;</description>
      <pubDate>Wed, 09 Jan 2008 17:25:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/129846</guid>
      <dc:date>2008-01-09T17:25:41Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How diffetent is it?</title>
      <link>https://forums.adobe.com/thread/135432</link>
      <description>&lt;!-- [DocumentBodyStart:0881b039-a558-41c7-982b-757a915b99cd] --&gt;&lt;div class="jive-rendered-content"&gt;I need to write a cfif conditional statement but I still have
not gotten a firm understanding for the differences between the
two.
&lt;br/&gt;
&lt;br/&gt;if (PID NEQ 0 and ((EmpID NEQ 5) OR (EmpID NEQ 6))) in
compared to
&lt;br/&gt;
&lt;br/&gt;if (PID NEQ 0 and ((EmpID NEQ 5) AND (EmpID NEQ 6))), what is
the difference?
&lt;br/&gt;
&lt;br/&gt;My logic is:
&lt;br/&gt;if PID NEQ 0 AND either EmpID NEQ 5 or EmpID NEQ 6 then do
something. So, I tralnslated this logic into:
&lt;br/&gt;(PID NEQ 0 and ((EmpID NEQ 5) OR (EmpID NEQ 6)))
&lt;br/&gt;
&lt;br/&gt;This in fact did not show what I need to see
&lt;br/&gt;
&lt;br/&gt;BUT if I did:
&lt;br/&gt;
&lt;br/&gt;(PID NEQ 0 and ((EmpID NEQ 5) AND (EmpID NEQ 6))) , it gives
me what I wanted.
&lt;br/&gt;
&lt;br/&gt;My understanding is:
&lt;br/&gt;When I use ((EmpID NEQ 5) AND (EmpID NEQ 6)) in a
parenthesis, this statement will be evaluated first before it
evaluates PID EQ or NEQ 0
&lt;br/&gt;So this statement, if my understanding is correct, will only
work if both EmpID is 5 AND 6. If only one EmpID is true then this
statement return False. Am I wrong?
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0881b039-a558-41c7-982b-757a915b99cd] --&gt;</description>
      <pubDate>Tue, 11 Dec 2007 18:51:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/135432</guid>
      <dc:date>2007-12-11T18:51:47Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>&amp;lt;CFIF NOT VariableName&amp;gt;</title>
      <link>https://forums.adobe.com/thread/115554</link>
      <description>&lt;!-- [DocumentBodyStart:c7c51f87-88cf-4cb6-b36d-878d3039fb7e] --&gt;&lt;div class="jive-rendered-content"&gt;Does &amp;lt;CFIF NOT VariableName&amp;gt; the same as &amp;lt;CFIF
isDefined("VariableName")&amp;gt; Or it is checking if VariableName is
0 ?
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7c51f87-88cf-4cb6-b36d-878d3039fb7e] --&gt;</description>
      <pubDate>Tue, 13 Nov 2007 18:40:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/115554</guid>
      <dc:date>2007-11-13T18:40:19Z</dc:date>
      <clearspace:dateToText>7 years 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to pass diff. Values to the same function</title>
      <link>https://forums.adobe.com/thread/121870</link>
      <description>&lt;!-- [DocumentBodyStart:1662b7f2-7c9a-438b-a101-41071d4c9d79] --&gt;&lt;div class="jive-rendered-content"&gt;I'm calling an existing function called PLayout() from 2
different locations. PLayout function and the calling functions are
all at the same page.
&lt;br/&gt;From the 1st location, on top of the page, I'm passing PID:
&amp;lt;cfset PLayout(UserID,PID)&amp;gt;
&lt;br/&gt;
&lt;br/&gt;From the 2nd Location, at the bottom of the page, I'm passing
DocID : &amp;lt;cfset PLayout(UserID,DocID)&amp;gt;
&lt;br/&gt;
&lt;br/&gt;This is the existing Function:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffunction name="PLayout" output="No"&amp;gt;
&lt;br/&gt; &amp;lt;cfargument name="UserID" required="Yes"&amp;gt;
&lt;br/&gt; &amp;lt;cfargument name="PID" required="Yes"&amp;gt;
&lt;br/&gt; &amp;lt;cfargument name="DocID" required="No"&amp;gt;
&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; I added this and required set to NO otherwise
I got error
&lt;br/&gt; saying DocID is not passed.
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;cfquery datasource="#application.maindsn#"
name="doInsert"&amp;gt;
&lt;br/&gt; DECLARE @LayoutID int;
&lt;br/&gt; SET @LayoutID = (SELECT SetVal FROM SysSet WHERE SetName =
'Layout' AND 
&lt;br/&gt; PID = &amp;lt;cfif IsDefined ("DocID")&amp;gt; #DocID#
&amp;lt;cfelse&amp;gt; #PID# &amp;lt;/cfif&amp;gt;);
&lt;br/&gt;
&lt;br/&gt; DELETE FROM J_P_L
&lt;br/&gt; WHERE UserID = #UserID#;
&lt;br/&gt; 
&lt;br/&gt; INSERT INTO J_P_L(UserID, PID, LayoutID)
&lt;br/&gt; VALUES(#UserID#,&amp;lt;cfif IsDefined ("DocID")&amp;gt; #DocID#
&amp;lt;cfelse&amp;gt; #PID# &amp;lt;/cfif&amp;gt;, @LayoutID);
&lt;br/&gt; &amp;lt;/cfquery&amp;gt; 
&lt;br/&gt; 
&lt;br/&gt;&amp;lt;/cffunction&amp;gt;
&lt;br/&gt;
&lt;br/&gt;The Problem with this is:
&lt;br/&gt;The value of PID is never used in the SQL, it is always using
the Value of DocID...., Have I done something wrong? please advice.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1662b7f2-7c9a-438b-a101-41071d4c9d79] --&gt;</description>
      <pubDate>Thu, 25 Oct 2007 16:37:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/121870</guid>
      <dc:date>2007-10-25T16:37:38Z</dc:date>
      <clearspace:dateToText>7 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Structure question, please help.</title>
      <link>https://forums.adobe.com/thread/121686</link>
      <description>&lt;!-- [DocumentBodyStart:3d7ac6c6-b657-4cf8-a0aa-af0779c20bda] --&gt;&lt;div class="jive-rendered-content"&gt;I got an error saying:
&lt;br/&gt;The argument STLOCANDATTAHMENTIDS passed to function
CheckExistance() is not of type structure.
&lt;br/&gt;Have I done something wrong? Please help!
&lt;br/&gt;
&lt;br/&gt;Here is what I did:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFFUNCTION name="InsertPlanAttLocationAttachment"&amp;gt; 
&lt;br/&gt; &amp;lt;cfargument name="LocationName" required="true"
type="string"&amp;gt;
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;cfquery name="getLocationID"
datasource="#application.maindsn#"&amp;gt;
&lt;br/&gt; Select AL.LocationID, JTAA.AttachmentID
&lt;br/&gt; From attachmentLocations AL
&lt;br/&gt; JOIN J_Templatesections_AttachmentLocations_Attachments JTAA
&lt;br/&gt; ON AL.LocationID = JTAA.LocationID
&lt;br/&gt; Where AL.LocationName='#LocationName#'
&lt;br/&gt; &amp;lt;/cfquery&amp;gt; 
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;CFSET stLoc_and_AttachIDs=StructNew()&amp;gt;
&lt;br/&gt; &amp;lt;CFSET
stLoc_and_AttachIDs["LocationID"]="#getLocationID.LocationID#"&amp;gt;
&lt;br/&gt; &amp;lt;CFSET
stLoc_and_AttachIDs["AttachmentID"]="#getLocationID.AttachmentID#"&amp;gt;
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;cfreturn stLoc_and_AttachIDs&amp;gt; 
&lt;br/&gt;&amp;lt;/CFFUNCTION&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFFUNCTION Name="CheckExistance"&amp;gt;
&lt;br/&gt; &amp;lt;cfargument name="stLocAndAttahmentIDs" required="true"
type="structure"&amp;gt;
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;cfquery name="IsRecordFound"
datasource="#application.maindsn#"&amp;gt;
&lt;br/&gt; Select * from j_plans_attachmentlocations_attachments
&lt;br/&gt; Where PlanID=#PlanID# and
LocID=#stLocAndAttahmentIDs["LocationID"]# and
attachID=#stLocAndAttahmentIDs 
&lt;br/&gt; ["AttachmentID"]#
&lt;br/&gt; &amp;lt;/cfquery&amp;gt;
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;CFRETURN #IsRecordFound.Recordcount#&amp;gt;
&lt;br/&gt;&amp;lt;/CFFUNCTION&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFSET LocationName="Term Form (PDF)"&amp;gt;
&lt;br/&gt;&amp;lt;CFSET
stLocAndAttahmentIDs=InsertPlanAttLocationAttachment(LocationName)&amp;gt;
&lt;br/&gt; 
&lt;br/&gt;&amp;lt;CFSET
RecordExist=CheckExistance(stLocAndAttahmentIDs)&amp;gt;
&lt;br/&gt; &amp;lt;cfif RecordExist EQ 0&amp;gt; 
&lt;br/&gt; &amp;lt;cfquery name="AssociatingPlanAttachmentLocAndAttachment"
datasource="#dsn#"&amp;gt;
&lt;br/&gt; INSERT INTO j_p_attlocs_atts (PlanID, LocationID,
AttachmentID, AttachmentStatusID)
&lt;br/&gt; VALUES (#PlanID#, #stLocAndAttahmentIDs["LocationID"]#,
#stLocAndAttahmentIDs["AttachmentID"]#, 3)
&lt;br/&gt; &amp;lt;/cfquery&amp;gt;
&lt;br/&gt;&amp;lt;/cfif&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d7ac6c6-b657-4cf8-a0aa-af0779c20bda] --&gt;</description>
      <pubDate>Tue, 23 Oct 2007 16:34:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/121686</guid>
      <dc:date>2007-10-23T16:34:47Z</dc:date>
      <clearspace:dateToText>7 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to use the structure on my insert statement.</title>
      <link>https://forums.adobe.com/thread/120956</link>
      <description>&lt;!-- [DocumentBodyStart:413c0113-3d88-4035-824f-b32ec413d896] --&gt;&lt;div class="jive-rendered-content"&gt;I have a function and returning a structure:
&lt;br/&gt; &amp;lt;CFSET stLoc_and_AttIDs=StructNew(1)&amp;gt;
&lt;br/&gt; &amp;lt;CFSET
stLoc_and_AttIDs["LocID"]="#getLocID.LocationID#"&amp;gt;
&lt;br/&gt; &amp;lt;CFSET
stLoc_and_AttIDs["AttID"]="#getLocID.AttachmentID#"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;I call this function like this:
&lt;br/&gt;&amp;lt;CFSET LocAndAttIDs= MyFunction(LocName)&amp;gt;
&lt;br/&gt;
&lt;br/&gt;I'm having difficulty in refering to the values of this
structure in my insert statement:
&lt;br/&gt;I'm doing it this way and got error, I'm sure I didn't do it
right, please help.
&lt;br/&gt;
&lt;br/&gt;Insert Into MyTable (Column1, Column2, Column3, .....)
&lt;br/&gt;VALUES (#LocAndAttIDs.stLoc_and_AttIDs["LocID"]="#,
#LocAndAttIDs.stLoc_and_AttIDs["AttID"], 23)
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:413c0113-3d88-4035-824f-b32ec413d896] --&gt;</description>
      <pubDate>Mon, 22 Oct 2007 15:58:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/120956</guid>
      <dc:date>2007-10-22T15:58:03Z</dc:date>
      <clearspace:dateToText>7 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>declaring a variable in CF</title>
      <link>https://forums.adobe.com/thread/121826</link>
      <description>&lt;!-- [DocumentBodyStart:ed3744b2-cc8c-43cb-ae70-b40ae15086f3] --&gt;&lt;div class="jive-rendered-content"&gt;I thought when a variable is needed, CF developer can just
set it on the fly, &amp;lt;cfset var MyVar="assign a value here"&amp;gt;
&lt;br/&gt;I'm writing a simple UDFs, and did not declare a variable.
The error I got was Variable is undefined. Should I declared the
variable when it is used within a function?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffunction name="InUser"&amp;gt;
&lt;br/&gt; &amp;lt;cfargument name="EmpID" required="true"
type="numeric"&amp;gt;
&lt;br/&gt; &amp;lt;cfargument name="DeptArray" required="true"
type="array"&amp;gt;
&lt;br/&gt;
&lt;br/&gt; &amp;lt;cfset NewUserID = 0&amp;gt; ----????????? If Omitted this, I
got error saying NewUserID is Undefined.
&lt;br/&gt; .
&lt;br/&gt; .
&lt;br/&gt; .
&lt;br/&gt; &amp;lt;CFSET NewUserID = GetNewUser(UserName)&amp;gt;
&lt;br/&gt; .
&lt;br/&gt; .
&lt;br/&gt; Then I use the value of NewUserID for something else down
here.
&lt;br/&gt; .
&lt;br/&gt; .
&lt;br/&gt;
&lt;br/&gt;&amp;lt;/cffunction&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffunction name="GetNewUser"&amp;gt;
&lt;br/&gt; select statement to get userID based on userName
&lt;br/&gt;
&lt;br/&gt; &amp;lt;CFRETURN #GetID.UserID#&amp;gt;
&lt;br/&gt;&amp;lt;/cffunction&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ed3744b2-cc8c-43cb-ae70-b40ae15086f3] --&gt;</description>
      <pubDate>Mon, 22 Oct 2007 13:41:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/121826</guid>
      <dc:date>2007-10-22T13:41:57Z</dc:date>
      <clearspace:dateToText>7 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>help on CF Structure</title>
      <link>https://forums.adobe.com/thread/124125</link>
      <description>&lt;!-- [DocumentBodyStart:8d1cec56-008c-498d-860d-8d47d55f7ece] --&gt;&lt;div class="jive-rendered-content"&gt;I like to use cfdump on a structure and I've been trying to
get the value of this structure without any success. Can anyone
help me please?
&lt;br/&gt;
&lt;br/&gt;I start with this line of codes found on a .cfc
&lt;br/&gt;&amp;lt;cfif
StructKeyExists(getUserAccessStruct(),"#PrivilegeType#.EditTextAttachment")&amp;gt;
&lt;br/&gt; &amp;lt;cfset lReturn=true&amp;gt;
&lt;br/&gt;&amp;lt;/cfif&amp;gt; 
&lt;br/&gt;
&lt;br/&gt;I'm tracing what and where is getUserAccessStruct() coming
from and I came to : (still within the same .cfc file)
&lt;br/&gt;&amp;lt;cffunction name="getUserAccessStruct" access="public"
output="false" returntype="struct"&amp;gt;
&lt;br/&gt; &amp;lt;cfreturn variables.instance.userAccessStruct /&amp;gt;
&lt;br/&gt;&amp;lt;/cffunction&amp;gt;
&lt;br/&gt;
&lt;br/&gt;In order for me to know what is actually the value of this
structure, how can I dump the value? and 
&lt;br/&gt;where should I look for the return value of
variables.instance.UserAccessStruct?
&lt;br/&gt;what variables.instance.UserAccessStruct represents? 
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8d1cec56-008c-498d-860d-8d47d55f7ece] --&gt;</description>
      <pubDate>Fri, 12 Oct 2007 13:50:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/124125</guid>
      <dc:date>2007-10-12T13:50:30Z</dc:date>
      <clearspace:dateToText>7 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get specific character from a string</title>
      <link>https://forums.adobe.com/thread/57328</link>
      <description>&lt;!-- [DocumentBodyStart:7a261b17-02c2-4e06-84ff-f28e655b108e] --&gt;&lt;div class="jive-rendered-content"&gt;I have a value such as: 0-5 or 123-30. This is a combination
from 2 different IDs.
&lt;br/&gt;All I need is to get the number on the right (5 from 0-5 OR
30 from 123), any number on the right of the "-" character not
including
&lt;br/&gt;the "-"
&lt;br/&gt;I'm not sure what ColdFusion function can I use safely.
&lt;br/&gt;I said safely since all I can find is either Left or Right
functions. With these 2 functions, I need to specify the number of
character to extract while in my case the application is growing so
the ID may currently be only 1 digit each (0-5) but later it may
grow longer (123-5677).
&lt;br/&gt;
&lt;br/&gt;If anyone know the function, please help me. Thank you!
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7a261b17-02c2-4e06-84ff-f28e655b108e] --&gt;</description>
      <pubDate>Mon, 01 Oct 2007 19:56:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/57328</guid>
      <dc:date>2007-10-01T19:56:55Z</dc:date>
      <clearspace:dateToText>7 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help in converting cfscript to cftag syntax</title>
      <link>https://forums.adobe.com/thread/58668</link>
      <description>&lt;!-- [DocumentBodyStart:f81b967c-bf8c-4fb5-b1f0-31a48f756b7e] --&gt;&lt;div class="jive-rendered-content"&gt;Can I get some help on converting the following few lines of
cfscript into cftag?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfscript&amp;gt;
&lt;br/&gt; planNumbers = StructKeyArray( S_New );
&lt;br/&gt; for ( planNumber IN S_New ) {
&lt;br/&gt; request.logger.debug("debug: planNumber: #planNumber#");
&lt;br/&gt; S_Funds[ planNumber ] = structNew();
&lt;br/&gt; .......................................
&lt;br/&gt; ........................................
&lt;br/&gt; ........................................
&lt;br/&gt; }
&lt;br/&gt;&amp;lt;/cfscript&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f81b967c-bf8c-4fb5-b1f0-31a48f756b7e] --&gt;</description>
      <pubDate>Thu, 06 Sep 2007 12:50:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/58668</guid>
      <dc:date>2007-09-06T12:50:24Z</dc:date>
      <clearspace:dateToText>7 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to search for a matching string</title>
      <link>https://forums.adobe.com/thread/15286</link>
      <description>&lt;!-- [DocumentBodyStart:7130e9ad-d411-4995-ab1e-451da2b72be0] --&gt;&lt;div class="jive-rendered-content"&gt;&amp;lt;cfcatch&amp;gt; 
&lt;br/&gt;&amp;lt;CFMAIL to="XY@yahoo.com" From="12@yahoo.com"
Subject="Error message" Type="HTML"&amp;gt;
&lt;br/&gt; #cfcatch.message#
&lt;br/&gt;&amp;lt;/CFMAIL&amp;gt;
&lt;br/&gt;&amp;lt;/cfcatch&amp;gt;
&lt;br/&gt;
&lt;br/&gt;I need to create a condition based on the string in the
message, if #cfcatch.message# is "The element at position 12 of
dimension 3 can not be found" I need to deliver certain message
through email BUT if #cfcatch.message# is matching other
&lt;br/&gt;sentence I need to deliver a different message.
&lt;br/&gt;
&lt;br/&gt;I used the following condition (see below) but it somehow did
not work, even when I know for sure the error message is saying the
right think, for example, "The element at position 12...etc" 
&lt;br/&gt;Is there a way to do this differently or have I done it wrong
somewhere?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfif #cfcatch.message# EQ "The element at position 12 of
dimension 3 can not be found"&amp;gt;
&lt;br/&gt; Deliver message 1
&lt;br/&gt;cfelse&amp;gt;
&lt;br/&gt;Deliver message 2
&lt;br/&gt;&amp;lt;/cfif&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt; 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7130e9ad-d411-4995-ab1e-451da2b72be0] --&gt;</description>
      <pubDate>Tue, 28 Aug 2007 16:23:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/15286</guid>
      <dc:date>2007-08-28T16:23:30Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

