<?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>Tue, 14 Oct 2014 18:39:15 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-14T18:39:15Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Setting/changing a date in application.cfm</title>
      <link>https://forums.adobe.com/thread/1603652</link>
      <description>&lt;!-- [DocumentBodyStart:cc00ae31-be63-4e71-916b-32f2b9145e66] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to be able to set a date in the application.cfm file &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;for example&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFSET APPLICATION.stopdate='10/15/2014'&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then in my site on other pages I have code that says&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfif reportdate GT #APPLICATION.stopdate#&amp;gt;Do This&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem is sometimes I need to change the APPLICATION.stopdate to another date during the middle of the day.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example I need to change the APPLICATION.stopdate from 10/15/2014 to 10/25/2014&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However I notice when I change the&amp;nbsp; APPLICATION.stopdate in the application.cfm to another date during the middle of the day that the APPLICATION.stopdate stays the old date.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I make sure that the APPLICATION.stopdate changes sitewide when I change it in the application.cfm?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I use another variable scope?&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc00ae31-be63-4e71-916b-32f2b9145e66] --&gt;&lt;img src='/beacon?t=1415920288774' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfapplication</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">application variable</category>
      <pubDate>Tue, 14 Oct 2014 18:39:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1603652</guid>
      <dc:date>2014-10-14T18:39:15Z</dc:date>
      <clearspace:dateToText>1 month 6 hours from now</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to convert minutes to decimal</title>
      <link>https://forums.adobe.com/thread/1510779</link>
      <description>&lt;!-- [DocumentBodyStart:09039459-a8fe-49e3-96a2-9fe5c408ecda] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to convert my minutes in my HH:MM record to decimal.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example if I have 43 hours and 15 minutes (43:15) I need to return the result 43.25 hours&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and if i have 10 hours and 30 minutes I need to return 10.50 hours.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I do this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:09039459-a8fe-49e3-96a2-9fe5c408ecda] --&gt;</description>
      <pubDate>Mon, 30 Jun 2014 16:16:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1510779</guid>
      <dc:date>2014-06-30T16:16:50Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFIF today is between dates do this?</title>
      <link>https://forums.adobe.com/thread/1490232</link>
      <description>&lt;!-- [DocumentBodyStart:b67bf4c1-5212-4f62-b8bd-9bfb134beab4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So here is the logic I have I just can t figure how to code&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If the date is between 5/31/2014 after 3:00 PM&amp;nbsp; and 6/7/2014 up to 3:00PM&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;CFSET payweek =1&amp;gt;&lt;/p&gt;&lt;p&gt;If the date is between 6/7/2014 after 3:00 PM&amp;nbsp; and 6/14/2014 up to 3:00PM &lt;/p&gt;&lt;p&gt;&amp;lt;CFSET payweek =2&amp;gt;&lt;/p&gt;&lt;p&gt;If the date is between 6/14/2014 after 3:00 PM&amp;nbsp; and 6/21/2014 up to 3:00PM &lt;/p&gt;&lt;p&gt;&amp;lt;CFSET payweek =3&amp;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;p&gt;I know I could code all of the weeks but isn't there a way to do this with a loop when you have know starting date 5/31/2014 and time and set length 7 days?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b67bf4c1-5212-4f62-b8bd-9bfb134beab4] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfloop</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfif</category>
      <pubDate>Thu, 05 Jun 2014 10:08:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1490232</guid>
      <dc:date>2014-06-05T10:08:25Z</dc:date>
      <clearspace:dateToText>5 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Get all records updated in last 15 minutes</title>
      <link>https://forums.adobe.com/thread/1481078</link>
      <description>&lt;!-- [DocumentBodyStart:5ec20dcd-4c4b-4b6b-825c-1377b3049cce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; I need to query and get all records that have been updated in the past 15 minutes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ive tried in CF and MS SQL&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is what I have that doesn't work&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT *&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp; job_clock WHERE&amp;nbsp; Job_Time_Out &amp;gt;&amp;nbsp; dateadd(minute,-15,CURRENT_TIMESTAMP)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5ec20dcd-4c4b-4b6b-825c-1377b3049cce] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ms sql</category>
      <pubDate>Fri, 23 May 2014 12:58:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1481078</guid>
      <dc:date>2014-05-23T12:58:02Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to extract last name from a string</title>
      <link>https://forums.adobe.com/thread/1442997</link>
      <description>&lt;!-- [DocumentBodyStart:bb24b1a8-12ad-41b9-8e80-678b601ba070] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I have SQL query that returns last name of a person and I need to extract the last part of any hyphenated or last names with a space in them&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="font-size: 10pt;"&gt;In cases where the person has one last name everything is OK&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="font-size: 10pt;"&gt;Like Smith. That OK. . I am looking for just Smith&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="font-size: 10pt;"&gt;The problem I have is when I have hyphenated last names like Scott-Thomas&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;In that case I want to extract the last last name or Thomas.&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="font-size: 10pt;"&gt;Or if I have a last name like Rodham Clinton. &lt;br/&gt;&lt;span style="font-size: 13px;"&gt;In that case &lt;/span&gt; I only want to extract the last last name &lt;span style="font-size: 13px;"&gt;Clinton&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 style="font-size: 10pt;"&gt;How do I do this?&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bb24b1a8-12ad-41b9-8e80-678b601ba070] --&gt;</description>
      <pubDate>Thu, 03 Apr 2014 18:42:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1442997</guid>
      <dc:date>2014-04-03T18:42:33Z</dc:date>
      <clearspace:dateToText>7 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Concatenate date time and update SQL datetime field</title>
      <link>https://forums.adobe.com/thread/1425647</link>
      <description>&lt;!-- [DocumentBodyStart:7db73f5c-6abb-4803-ae4b-ee121a8654ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that captures date and time in 2 separate fields data and time. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to combine these fileds and UPDATE a SQL database (datetime field)&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 date field is passed like this&amp;nbsp; DSDATE={ts '2013-11-18 00:00:00'}&lt;/p&gt;&lt;p&gt;The time field is passed like this&amp;nbsp;&amp;nbsp; TIME_IN1=14:05&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;&lt;strong&gt;How do I concatenate DSDATE AND TIME_IN1 so that I can insert like this 2013-11-18 14:05:00.000&lt;/strong&gt; ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7db73f5c-6abb-4803-ae4b-ee121a8654ea] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">mssql</category>
      <pubDate>Tue, 11 Mar 2014 17:19:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1425647</guid>
      <dc:date>2014-03-11T17:19:04Z</dc:date>
      <clearspace:dateToText>8 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFLOCATION question</title>
      <link>https://forums.adobe.com/thread/1422339</link>
      <description>&lt;!-- [DocumentBodyStart:c323c7a7-769a-4737-8963-029105c6a336] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have urls that have been changed and I need to relocate users to the new url.&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;I have been using this code.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfif PATH_TRANSLATED CONTAINS "C:\inetpub\websites\mywebsite\abc\"&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;cflocation url="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.mywebsite.com/newsite/abc/#pagename#" rel="nofollow" target="_blank"&gt;http://www.mywebsite.com/newsite/abc/#pagename#&lt;/a&gt;&lt;span&gt;"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt; &amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This code works but anytime I add a new page to newsite I also need to add a copy of the page to the old site or a get a 404 error. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way I can say if a user comes to my site to this url&amp;nbsp; &lt;strong&gt;&lt;a class="jive-link-external-small" href="http://www.mysite.com/abc/thispage.cfm" rel="nofollow" target="_blank"&gt;http://www.mysite.com/abc/thispage.cfm&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;/strong&gt;that they can be automatically redirected to &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a class="jive-link-external-small" href="http://www.mysite.com/newsite/abc/thispage.cfm" rel="nofollow" target="_blank"&gt;http://www.mysite.com/newsite/abc/thispage.cfm&lt;/a&gt;&lt;/strong&gt;?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically redirect to the pagename in the new directory without having the page at the old location also.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c323c7a7-769a-4737-8963-029105c6a336] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cflocation</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">path_translated</category>
      <pubDate>Thu, 06 Mar 2014 20:21:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1422339</guid>
      <dc:date>2014-03-06T20:21:51Z</dc:date>
      <clearspace:dateToText>8 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to handle NULL or blank XML fields</title>
      <link>https://forums.adobe.com/thread/1397814</link>
      <description>&lt;!-- [DocumentBodyStart:7a75e613-9f41-4f34-a637-bcc12f666cc2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am parsing an xml file and turning it into a query object. Everything good until I get a NULL or misssing value in my XML file and then I start getting error messages like &lt;/p&gt;&lt;h1 style="color: black; font-family: verdana; background-color: #e7e7e7; font-weight: normal; font-size: 13pt;"&gt;The value '' cannot be converted to a number.&lt;/h1&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;So how can I check for these missing or NULL values in the XML and then set them to a value&amp;nbsp; want so they dont keep appearing as ''?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my code: It runs great until i hit a missing value&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset mydoc = XmlParse(myxml)&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;!--- get an array of employees ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset emp = mydoc.ROWSET.XmlChildren&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset size = ArrayLen(emp)&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;lt;cfset orderquery = QueryNew("FIRST_NAME, LAST_NAME,FILE_NUMBER,JOB_TITLE_DESCRIPTION") &amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset temp = QueryAddRow(orderquery, #size#)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfloop index="i" from = "1" to = "#size#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfset temp = QuerySetCell(orderquery, "FIRST_NAME",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #mydoc.rowset.ROW[i].FIRST_NAME.XmlText#, #i#)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfset temp = QuerySetCell(orderquery, "LAST_NAME",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #mydoc.rowset.ROW[i].LAST_NAME.XmlText#, #i#)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfset temp = QuerySetCell(orderquery, "FILE_NUMBER",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #mydoc.rowset.ROW[i].FILE_NUMBER.XmlText#, #i#)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfset temp = QuerySetCell(orderquery, "JOB_TITLE_DESCRIPTION",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #mydoc.rowset.ROW[i].JOB_TITLE_DESCRIPTION.XmlText#, #i#)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt; &amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7a75e613-9f41-4f34-a637-bcc12f666cc2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xml</category>
      <pubDate>Tue, 04 Feb 2014 17:50:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1397814</guid>
      <dc:date>2014-02-04T17:50:33Z</dc:date>
      <clearspace:dateToText>9 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query problem when switching from Access to MS SQL</title>
      <link>https://forums.adobe.com/thread/1336165</link>
      <description>&lt;!-- [DocumentBodyStart:5282342e-5fd6-4478-884d-d49577fd847f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this query which worked great in Access&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;SELECT e.wall +l.wall As wall2yr, e.lall +l.lall As lall2yr, l.TEAMID, l.TEAMNAME, l.GY AS LaterGY, l.finalrating AS LaterFinalRating, e.finalrating AS EarlyFinalRating, e.GY AS EarlyGY, LaterFinalRating+EarlyFinalRating&amp;nbsp; AS twoyear FROM TEAMSEASONRATINGINFO AS e INNER JOIN TEAMSEASONRATINGINFO AS l ON l.teamID = e.TeamID AND l.GY = e.GY+1 WHERE l.GY =#url.GY# AND e.finalrating &amp;gt; 0&lt;/p&gt;&lt;p&gt;AND l.DIVISION = #url.DIVISION#&lt;/p&gt;&lt;p&gt;ORDER BY e.finalrating+ l.finalrating DESC&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I have switched to MS SQL and I am geting this error&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid column name 'LaterFinalRating'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/em&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;p&gt;&lt;span&gt;Is there something different the way MSSQL handles INNER JOINS or aliases?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5282342e-5fd6-4478-884d-d49577fd847f] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:37:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1336165</guid>
      <dc:date>2013-11-15T17:37:27Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Hyphen in XML row name causing problems</title>
      <link>https://forums.adobe.com/thread/1376719</link>
      <description>&lt;!-- [DocumentBodyStart:6c6a0999-1fd2-4598-8702-4ff041260358] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an xml file that I am trying to turn into a qury object so I can have the query interact with my SQL database&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The XML file has 15 rows and I have successfully got 13 of them into a query.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem is that the remaining 2 fields have hyphens&amp;nbsp; or dashes -&amp;nbsp; in the row names. Like (WORK_E-MAIL)..See the - between E-Mail&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So when I go to set the value in the query with this code&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;lt;cfset temp = QuerySetCell(orderquery,"WORK_E_MAIL",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; #mydoc.rowset.ROW[i].WORK_E-MAIL.XmlText#, #i#)&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get this error message&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table bgcolor="#e7e7e7" border="1" cellpadding="3" style="font-family: 'Times New Roman';"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bgcolor="#4646EE" style="border:1px solid black;background-color:#e7e7e7;background-color:#4646EE;"&gt;&lt;span style="color: white;"&gt;Error Occurred While Processing Request&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:1px solid black;background-color:#e7e7e7;"&gt;&lt;span&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 style="color: black; font-weight: normal; font-size: 13pt; font-family: verdana;"&gt;Invalid construct: Either argument or name is missing.&lt;/h1&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there some way to alias the row name with the hypen, maybe like this {WORK_E-MAIL}&amp;nbsp; or like this [WORK_E-MAIL]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to ge these 2 hypenated named rows into my query.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c6a0999-1fd2-4598-8702-4ff041260358] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xml</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">query</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf9</category>
      <pubDate>Fri, 10 Jan 2014 20:41:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1376719</guid>
      <dc:date>2014-01-10T20:41:47Z</dc:date>
      <clearspace:dateToText>10 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>3rd Party Software for Charting</title>
      <link>https://forums.adobe.com/thread/795940</link>
      <description>&lt;!-- [DocumentBodyStart:9a8b10f4-ab6e-4467-ac26-436e0a6b0348] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Can anyone recommend 3rd Party Software for Charting (pie chart, bar chart etc)&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried to use the Cold Fusion charts &amp;lt;CFCHART&amp;gt; etc..... but they just dont create professional looking charts.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I bought Fusion Charts.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It worked great for a while.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But the charts dont render on IPADS and now they have printing issues.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So now I have decided to start anew.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want charting software that outputs to professional looking JPG, GIF or PNG images (NO FLASH!!)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Does anyone have any suggestions for 3rd Party Software for Charting that integrates well with my existing cold fusion pages?&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9a8b10f4-ab6e-4467-ac26-436e0a6b0348] --&gt;</description>
      <pubDate>Thu, 24 Feb 2011 03:07:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/795940</guid>
      <dc:date>2011-02-24T03:07:31Z</dc:date>
      <clearspace:dateToText>10 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Secure CFIDE directory &amp; functionality to use cfdocument, cfpdf</title>
      <link>https://forums.adobe.com/thread/1359491</link>
      <description>&lt;!-- [DocumentBodyStart:b56b954f-f7d3-410f-8ae5-88dde86a8fa3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Looking for your advice on the best way to create a secure CFIDE directory that will allow me to have full functionality to use cfdocument, cfpdf etc...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My understanding is that certain folders within that need&amp;nbsp; to web accessible for cfchart,cfform,cfdocument to work, is that correct? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have had security issues and my hosting company has denied users access to the cfide directory and now I am getting erros when I try and merge PDF docs ...I am sure there are others I havent found yet too.&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" width="500"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:0px solid black;" width="500"&gt;&lt;p&gt;&lt;strong style="color: black; font-size: 13.0pt; font-family: 'Verdana','sans-serif';"&gt;An error occurred during MERGE operation in the cfpdf tag. &lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border: none;" width="32"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="border:0px solid black;" width="400"&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 8.0pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Error: Access is denied &lt;/span&gt;&lt;/p&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;ol style="list-style-type: lower-alpha;"&gt;&lt;li&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;java.io.IOException: Access is denied&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.WinNTFileSystem.createFileExclusively(Native Method)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.File.checkAndCreate(File.java:1704)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.File.createTempFile(File.java:1792)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.pdf.PDFDocHandler.writeDocument(PDFDocHandler.java:900)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.pdf.PDFDocHandler.writeDocument(PDFDocHandler.java:866)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.pdf.PDFDocHandler.writeDocument(PDFDocHandler.java:847)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.pdf.PDFDocOperation.merge(PDFDocOperation.java:524)&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.tagext.lang.PDFTag.doEndTag(PDFTag.java:1534)&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-bottom: 0.0001pt;"&gt;&lt;span style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;Etc...............&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyway what is Adobe's official solution to this issue?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Either I leave the CFIDE unsecured and the cfdocument, cfpdf ...work&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OR &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I lock down the CFIDE directory and lose the functionality for creating PDFS and other things.&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;Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b56b954f-f7d3-410f-8ae5-88dde86a8fa3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfpdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfdocument</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfide</category>
      <pubDate>Mon, 16 Dec 2013 16:04:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1359491</guid>
      <dc:date>2013-12-16T16:04:25Z</dc:date>
      <clearspace:dateToText>10 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>UNION Query</title>
      <link>https://forums.adobe.com/thread/1336169</link>
      <description>&lt;!-- [DocumentBodyStart:aa9e8755-c939-4231-a985-28f95dafcdd4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a union query like this that gets info from 2 different tables&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Like this&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;&lt;span style="font-size: 12pt;"&gt;&amp;nbsp; &amp;lt;cfquery name="getpeople"&amp;nbsp;&amp;nbsp; datasource="#request.dsn#"&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt; SELECT&amp;nbsp; ID,CityName,&amp;nbsp; SUM(people) AS sump FROM table 1 &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;GROUP by ID,CityName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;UNION &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&amp;nbsp; SELECT&amp;nbsp; ID,CityName,&amp;nbsp; SUM(people) AS sump FROM table 2&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;GROUP by ID,CityName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;ORDER BY SUM(people)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt; &amp;lt;/cfquery&amp;gt;&lt;/span&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;p&gt;So what I want is the sums from both tables but what I get is the sums of each table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;For example I get &lt;br/&gt;&lt;/strong&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;p&gt;ID-CityName-sump&lt;/p&gt;&lt;p&gt;1- New York -3&lt;/p&gt;&lt;p&gt;1-New York- 4&lt;/p&gt;&lt;p&gt;2-Chicago -5&lt;/p&gt;&lt;p&gt;2-Chicago -6&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;&lt;strong&gt;What I want is&lt;/strong&gt;&lt;br/&gt;ID-CityName-sump&lt;/p&gt;&lt;p&gt;1-New York- 7&lt;/p&gt;&lt;p&gt;2-Chicago -11&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to do another query after the union query?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa9e8755-c939-4231-a985-28f95dafcdd4] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:54:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1336169</guid>
      <dc:date>2013-11-15T17:54:44Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Improve Poor Performace with SQL 8 database</title>
      <link>https://forums.adobe.com/thread/1251273</link>
      <description>&lt;!-- [DocumentBodyStart:3fa6011e-7700-43ff-9520-d962a67313cb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just migrated my last MS Access database over to SQL Server 8 database.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have&amp;nbsp; tables with 100-20,000 rows in them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question is what can I do to improve performance (page load time)?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have pages that are taking 10 seconds to load that took 2 seconds with Access...I expected improvement with MSSQL.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have indexed tables etc...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there something in the CF code I need to modify also.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using CF9&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3fa6011e-7700-43ff-9520-d962a67313cb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">mssql</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf9</category>
      <pubDate>Wed, 10 Jul 2013 01:48:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1251273</guid>
      <dc:date>2013-07-10T01:48:04Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Clear All Session Variables at end of day</title>
      <link>https://forums.adobe.com/thread/1241656</link>
      <description>&lt;!-- [DocumentBodyStart:ef8f874f-8135-493d-b3f9-478e30de0cf7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an application that at the end of the day 12:00 midnight I need all session.variables to expire and thus force my users to relogin.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WIll this code end all of my user sessions?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cflock scope="Session" timeout="10" type="exclusive"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset structclear(session)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cflock&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef8f874f-8135-493d-b3f9-478e30de0cf7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">session</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">variables</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf9</category>
      <pubDate>Tue, 25 Jun 2013 20:52:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1241656</guid>
      <dc:date>2013-06-25T20:52:41Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Migrated to CF9 and now have CFCACHE problems</title>
      <link>https://forums.adobe.com/thread/1240969</link>
      <description>&lt;!-- [DocumentBodyStart:4d696350-3623-4da3-b25d-63d0a91efb78] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have been page caching on my site for years using this code:&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;&lt;strong&gt; &amp;lt;cfcache timespan="#CreateTimespan(10, 0, 0, 0)#" directory="D:/websites/mysite/cache/" stripWhiteSpace="true"&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This worked great -&amp;nbsp; it would keep a cached copy in the cache directory and would stay cached for 10 days. &lt;br/&gt;Good stuff!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I've had to switch servers and up to CF9. I still want to cache my pages but I just cant seem to get it right.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am now using this code&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;lt;cfcache timespan="#CreateTimespan(10, 0, 0, 0)#"&amp;nbsp; useQueryString ="true" stripWhiteSpace="true"&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But the pages dont cache in the cache directory and they dont seem to load faster as if they were cached.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I doing his right? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I even caching the pages? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd like to keep a copy in my cache directory is that possible?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4d696350-3623-4da3-b25d-63d0a91efb78] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfcache</category>
      <pubDate>Tue, 25 Jun 2013 03:25:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1240969</guid>
      <dc:date>2013-06-25T03:25:31Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFSET time to today at 9:00PM</title>
      <link>https://forums.adobe.com/thread/1238949</link>
      <description>&lt;!-- [DocumentBodyStart:3c666924-1671-42b9-bad9-4ded1b48923f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to update my SQL database at the end of each day for certain records.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The time needs to be 9:00 PM each day (dont worry about time differences)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So for today&amp;nbsp; I need to insert '2013-06-21 21:00:00' into the db.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I wantd to set the time before I inserted it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I do that?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFSET mytime = ?&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I get 9:00 PM each day?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c666924-1671-42b9-bad9-4ded1b48923f] --&gt;</description>
      <pubDate>Fri, 21 Jun 2013 23:02:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1238949</guid>
      <dc:date>2013-06-21T23:02:24Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Alias a field name in a join query</title>
      <link>https://forums.adobe.com/thread/1234495</link>
      <description>&lt;!-- [DocumentBodyStart:5db2fe25-abba-4193-a4e1-d7eab7876861] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a database with spaces in the field names (not my fault).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am having a problem with the query because one of the fileds I am joining on has a space in its name. See bolded text.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT *&lt;/p&gt;&lt;p&gt;FROM employee_passwords&lt;/p&gt;&lt;p&gt;INNER JOIN employee_general_info&lt;/p&gt;&lt;p&gt;ON employee_passwords.Employee_ID=&lt;strong&gt;employees.[Employee ID]&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;WHERE username = '#username#' AND password = '#password#'&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I get this error message&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"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:0px solid black;border: 0px solid black;" width="500"&gt;&lt;p style="margin-top: auto; margin-bottom: auto;"&gt;&lt;strong style="color: black; font-size: 13.0pt; font-family: 'Verdana','sans-serif';"&gt;Error Executing Database Query. &lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border: none;" width="32"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="border:0px solid black;border: 0px solid black;" width="400"&gt;&lt;p style="margin-bottom: .0001pt;"&gt;&lt;span style="font-size: 8.0pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'employees.Employee ID'. &lt;/span&gt;&lt;/p&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to alias the &lt;strong&gt;employees.[Employee ID] field?&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5db2fe25-abba-4193-a4e1-d7eab7876861] --&gt;</description>
      <pubDate>Mon, 17 Jun 2013 19:17:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1234495</guid>
      <dc:date>2013-06-17T19:17:59Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFMail server options</title>
      <link>https://forums.adobe.com/thread/1222331</link>
      <description>&lt;!-- [DocumentBodyStart:b6b074b1-944c-4eff-b608-3a975b0b164c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a CF form that when posted sends an email with an attachment from our website to an email specified in the form.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The email is sent using the CFMAIL tag.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Pretty straight forward.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now for compliance reasons I need to keep records of what was sent to whom and when.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ideally I'd like to run the emails though our mail server and not the CF server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is something like that possible?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b6b074b1-944c-4eff-b608-3a975b0b164c] --&gt;</description>
      <pubDate>Thu, 30 May 2013 13:13:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1222331</guid>
      <dc:date>2013-05-30T13:13:10Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>String Functions to extract first name initial and first 5 letters of last name</title>
      <link>https://forums.adobe.com/thread/1198993</link>
      <description>&lt;!-- [DocumentBodyStart:384763fe-fc7d-4d4b-b9f7-91089d2f7499] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to extract the first letter of a firstname and the first 5 letters off a last name and concatate the two values&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example I have a data field with "John Smith" in the field.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to get the first letter of the first name -&amp;nbsp; "John" = J&lt;/p&gt;&lt;p&gt;I want to get the first 5 letters of the last name- "Smith" = smith&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and then concatate the 2 values = jsmith&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;another example&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example I have a data field with "Reese Witherspoon" in the field.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to get the first letter of the first name -&amp;nbsp; "Reese" = R&lt;/p&gt;&lt;p&gt;I want to get the first 5 letters of the last name- "Witherspoon" = withe&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and then concatate the 2 values = rwithe&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How would I do that ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think I know how to do each step individually but is there a better way to get the value?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:384763fe-fc7d-4d4b-b9f7-91089d2f7499] --&gt;</description>
      <pubDate>Wed, 24 Apr 2013 17:18:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1198993</guid>
      <dc:date>2013-04-24T17:18:42Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Disallow access to certain directories</title>
      <link>https://forums.adobe.com/thread/1196199</link>
      <description>&lt;!-- [DocumentBodyStart:9808708c-2a42-483a-ae53-a541d36a2370] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a directory on my server named "documents" that I need to make sure users are authenticated (logged in) before they can access this directory.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The directory contains PDF documents. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Whats happening is that users are bypassing the log in process and directly accessing documents in this documents directory.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When my users log in a SESSION variable "allowin" gets set.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Normally I have an application.cfc or application.cfm file that&amp;nbsp; will redirect the user to the login page if they dont have the session created.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example if a user tried to access the site directly with a link and not log in they would not be allowed in and be redirected to the log in page.&lt;/p&gt;&lt;p&gt;Thats because the application runs each time a cfm page runs.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;But when a user accesses the site at &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.mysite.com/documents/test.pdf" rel="nofollow" target="_blank"&gt;http://www.mysite.com/documents/test.pdf&lt;/a&gt;&lt;span&gt; they get in because the application.cfm doesnt run and enforce the SESSION rule.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Because there is not an application.cfm file in the documents directory.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Any ideas on how to use CF to boot users to a login page that try to access a directory that does not contain an application.cfm or .cfc file?&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9808708c-2a42-483a-ae53-a541d36a2370] --&gt;</description>
      <pubDate>Sat, 20 Apr 2013 11:58:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1196199</guid>
      <dc:date>2013-04-20T11:58:02Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Alias URLS based on directory - Redirect</title>
      <link>https://forums.adobe.com/thread/1194180</link>
      <description>&lt;!-- [DocumentBodyStart:c1b3d868-45a0-4dfa-be2c-6da797540446] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have 5 directories in my site that for organizational purposed I copied into one directory named &lt;strong&gt;usersites &lt;/strong&gt;so they all would be in one place.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I had these 5 directories before the change&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;website1&lt;/p&gt;&lt;p&gt;website2&lt;/p&gt;&lt;p&gt;website3&lt;/p&gt;&lt;p&gt;website4&lt;/p&gt;&lt;p&gt;website5&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So before the change when my users accessed my site they would access these directories like this &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;www.mysite.com/website1/mypage.cfm or www.mysite.com/website2/mypage.cfm&amp;nbsp; etc&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So now after the change the directories are in the usersites directory at&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;www.mysite.com/usersites/website1/&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I dont want to tell all of my users that they need to change their existing urls from &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;www.mysite.com/website1/pagename.cfm&amp;nbsp;&amp;nbsp; to&amp;nbsp; www.mysite.com/&lt;strong&gt;usersites&lt;/strong&gt;/website1/pagename.cfm&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way that when one of my users accessess the&amp;nbsp; old directory that they will automatically be redirected to the new directory?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Maybe something in the application.cfm?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just to make sure when a user comes in here &lt;strong&gt;www.mysite.com/website1/test.cfm&lt;/strong&gt; I want them to gets redirected to &lt;strong&gt;www.mysite.com/usersites/website1/test.cfm&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c1b3d868-45a0-4dfa-be2c-6da797540446] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">urls</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">alias</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">redirect_url</category>
      <pubDate>Wed, 17 Apr 2013 16:46:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1194180</guid>
      <dc:date>2013-04-17T16:46:37Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Set up FileMaker DSN is Cold Fusion administrator</title>
      <link>https://forums.adobe.com/thread/1189691</link>
      <description>&lt;!-- [DocumentBodyStart:d50229e4-5681-4b91-97c3-82f74f1a62ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;I am trying to set up a dsn to filemaker pro 11 database in the cf administrator. &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="font-size: 12pt;"&gt;I am at the &lt;/span&gt;&lt;strong style="font-size: 12pt;"&gt; Datasources &amp;gt; Other screen &lt;/strong&gt;&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: 12pt;"&gt;and there are questions there that I know I dont have answered correctly.&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="font-size: 12pt;"&gt;Here is the error message I get.&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=": ; font-size: 12pt;"&gt;"No suitable driver available for xxxx, please check the driver setting in resources file, error"&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=": ; font-size: 12pt;"&gt;I am using CF9.&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=": ; font-size: 12pt;"&gt;I have already successsfully setup the dsn in the 32bit ODBC Data Source &lt;/span&gt;administrator&amp;nbsp; and &lt;span style=": ; font-size: 12pt;"&gt;successsfully connected to the Filemaker Server.&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=": ; font-size: 12pt;"&gt;But to use it in CF pages I need to set it up inthe CF administrator, Right?&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d50229e4-5681-4b91-97c3-82f74f1a62ca] --&gt;</description>
      <pubDate>Thu, 11 Apr 2013 15:49:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1189691</guid>
      <dc:date>2013-04-11T15:49:38Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reset Identity Column Value in SQL Server depending on whats being inserted</title>
      <link>https://forums.adobe.com/thread/1187342</link>
      <description>&lt;!-- [DocumentBodyStart:53dce727-072e-4f69-a186-f212e87aae65] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;I have a SQL Server 2008 database with a table that has an ID field that has an identity increment and seed of 1.&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="font-size: 12pt;"&gt;This work great as each new record created automatically gets a new and distinct number.&lt;/span&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;p&gt;&lt;strong style="font-size: 12pt;"&gt;Now when I insert certain new records I need to be able to make that value start at 10001 and then the next would be 10002 etc.&lt;/strong&gt;&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: 12pt;"&gt;&lt;strong&gt;But this is only for certain inserts.&lt;/strong&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 style="font-size: 12pt;"&gt;Is there a way to control the identity seed &amp;amp; increment on the fly via a query maybe?&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="font-size: 12pt;"&gt;So some inserts would follow 1,2,3,4,5,6,7&amp;nbsp; depending on whats being inserted&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="font-size: 12pt;"&gt;and others would follow 10001,10002,10003 depending on whats being inserted.&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="font-size: 12pt;"&gt;is this possible?&lt;/span&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;h2&gt;&lt;/h2&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:53dce727-072e-4f69-a186-f212e87aae65] --&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:52:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1187342</guid>
      <dc:date>2013-04-08T15:52:32Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to access a certain date in SQL Server date/time field</title>
      <link>https://forums.adobe.com/thread/1169133</link>
      <description>&lt;!-- [DocumentBodyStart:6cb0d414-e0de-4409-a86f-961286ef32f0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a field named job_date in a table in my SQL server 8 database.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The data type is datetime.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So the values for the fields look like this&amp;nbsp; 2013-03-11 15:55:52.000.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I query this field to include only values from a certain date?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="get_job_name" datasource="abc"&amp;gt;&lt;/p&gt;&lt;p&gt;SELECT job_name&amp;nbsp; FROM job_info WHERE job_date= '03/12/2013'&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;When I query the field now I get NO RECORDS.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thats because the fields look like this&amp;nbsp; 2013-03-11 15:55:52.000. instead of this '03/12/2013'&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;How do I access a certain date in SQL Server date/time field when its formatted like this 2013-03-11 15:55:52.000. ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6cb0d414-e0de-4409-a86f-961286ef32f0] --&gt;</description>
      <pubDate>Tue, 12 Mar 2013 15:16:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1169133</guid>
      <dc:date>2013-03-12T15:16:06Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Concatate Date &amp;Time values from a form &amp; Do Insert</title>
      <link>https://forums.adobe.com/thread/1165975</link>
      <description>&lt;!-- [DocumentBodyStart:44c1a2c9-ac02-4e2a-94b8-3b10fb2818d1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 14pt;"&gt;I am trying to combine a date value and a time value from a form submission into one datetime value and then insert it into a SQL server 8 data table.&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="font-size: 14pt;"&gt;Here are the formats&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="font-size: 14pt;"&gt;Date : &lt;strong&gt;03/07/2013&lt;/strong&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 style="font-size: 14pt;"&gt;Time : &lt;strong&gt; 08:07 PM&lt;/strong&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 style="font-size: 14pt;"&gt;So somehow I need to concatate these 2 items and then insert the combined value into a SQL server 8 &lt;/span&gt;&lt;span style="font-size: 14pt;"&gt;data table.&lt;/span&gt;&lt;span style="font-size: 14pt;"&gt;&amp;nbsp; (datetime Data Type).&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="font-size: 14pt;"&gt;The inserted value should look like this&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="font-size: 14pt;"&gt;&lt;strong&gt;2013-03-07 20:07:00.000&lt;/strong&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 style="font-size: 14pt;"&gt;Any help my dear cold fusion brothers?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44c1a2c9-ac02-4e2a-94b8-3b10fb2818d1] --&gt;</description>
      <pubDate>Thu, 07 Mar 2013 01:35:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1165975</guid>
      <dc:date>2013-03-07T01:35:21Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Remove item from numeric list</title>
      <link>https://forums.adobe.com/thread/1162198</link>
      <description>&lt;!-- [DocumentBodyStart:53f6825b-8ba9-4bec-9589-6749af4e0c4c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Lets say I have a numeric list like this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;mylist ="1,5,11,17,19"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I need to remove just 11 from the mylist. (delete_value = 11)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I&amp;nbsp; remove the delete_value from mylist&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Its like the opposite of ListAppend?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I need the new list to be ("1,5,17,19")&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:53f6825b-8ba9-4bec-9589-6749af4e0c4c] --&gt;</description>
      <pubDate>Thu, 28 Feb 2013 20:31:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1162198</guid>
      <dc:date>2013-02-28T20:31:43Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Previous /Next Day</title>
      <link>https://forums.adobe.com/thread/1149245</link>
      <description>&lt;!-- [DocumentBodyStart:dc3c0382-0c1d-4f20-80b7-fd8bf505ef81] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a page where the day and date is displayed like this.&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; &lt;span style="text-decoration: underline;"&gt;&lt;strong class="bbc"&gt;&amp;nbsp;&amp;nbsp; &amp;lt; Previous Day&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp; &lt;span style="color: #ff0000;"&gt;Wednesday January&amp;nbsp; 23, 2013 &lt;/span&gt;&amp;nbsp; &lt;span style="text-decoration: underline;"&gt;&lt;strong class="bbc"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next Day&lt;/strong&gt;&lt;/span&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;p&gt; How do I make it so when the userclicks on &lt;strong class="bbc"&gt;&amp;lt; Previous Day&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; link that they go to Tuesday January&amp;nbsp; 22, 2013 and when they lick on &lt;strong class="bbc"&gt;&amp;gt; Next Day&lt;/strong&gt; they go to Thursday January&amp;nbsp; 24, 2013&amp;nbsp; etc?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dc3c0382-0c1d-4f20-80b7-fd8bf505ef81] --&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:53:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1149245</guid>
      <dc:date>2013-02-07T15:53:38Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using multiple images as submit buttons</title>
      <link>https://forums.adobe.com/thread/1148746</link>
      <description>&lt;!-- [DocumentBodyStart:e2559bb0-dca0-4447-b8ed-6822f7fe5a0d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this form with 2 images as submit buttons&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li style="text-align: start;"&gt; &amp;lt;INPUT TYPE="image" SRC="assets/images/lgstart_b.png" ALT="Submit Form" name="time_in"&amp;gt;&lt;/li&gt;&lt;li style="text-align: start;"&gt;&amp;lt;INPUT TYPE="image" SRC="assets/images/lgstop_bo.png"&amp;nbsp;&amp;nbsp; ALT="Submit Form" name="time_out"&amp;gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: start;"&gt;The problem is I can tget the next page to acknowldge either button. I am using CF9&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: start;"&gt;Here is the form2.cfm page&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &amp;lt;cfif IsDefined("FORM.time_in.X")&amp;gt;&lt;/p&gt;&lt;p&gt;TIME IN&lt;/p&gt;&lt;p&gt;&amp;lt;cfelseif IsDefined("FORM.time_out.X")&amp;gt;&lt;/p&gt;&lt;p&gt;TIME OUT&lt;/p&gt;&lt;p&gt;&amp;lt;cfelse &amp;gt;&lt;/p&gt;&lt;p&gt;Nothing&lt;/p&gt;&lt;p&gt;&amp;lt;/cfif&amp;gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get an '&lt;strong&gt;undefined' &lt;/strong&gt;message only&lt;/p&gt;&lt;p&gt;I know I have done this before what am I missing?&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;Here is the form with the&amp;nbsp; 2 images as submit buttons&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; &amp;lt;form action="form2.cfm" method="post"&amp;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;lt;table cellpadding="0" cellspacing="5"&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;tr&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;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; &amp;lt;td align="center" class="crewlist_time"&amp;gt;&amp;lt;strong&amp;gt;Status&amp;lt;/strong&amp;gt;&amp;lt;/td&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;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;lt;/tr&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;cfoutput query="get_employees"&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;nbsp;&amp;nbsp; &amp;lt;tr&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td width="20" align="left"&amp;gt;&amp;lt;input type="checkbox"&amp;nbsp; checked name="Employee_ID" value="#Employee_ID#"/&amp;gt;&amp;lt;/td&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class="crewlist_cell"&amp;gt; #EMPLOYEE_NAME# &amp;lt;/td&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="clock"&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;div class="clockin"&amp;gt;Clock In&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;INPUT TYPE="image" SRC="assets/images/lgstart_b.png"&amp;nbsp;&amp;nbsp; ALT="Submit Form" name="time_in"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&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;lt;div class="clockrt"&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;div class="clockin"&amp;gt;Clock Out&amp;lt;/div&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;nbsp;&amp;nbsp; &amp;lt;INPUT TYPE="image" SRC="assets/images/lgstop_bo.png"&amp;nbsp;&amp;nbsp; ALT="Submit Form" name="time_out"&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;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2559bb0-dca0-4447-b8ed-6822f7fe5a0d] --&gt;</description>
      <pubDate>Wed, 06 Feb 2013 20:09:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1148746</guid>
      <dc:date>2013-02-06T20:09:13Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFCACHE IN CF9  - Cant find cached pages!</title>
      <link>https://forums.adobe.com/thread/1145882</link>
      <description>&lt;!-- [DocumentBodyStart:409757d4-1a2f-4d71-af57-1a4e67f3e461] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have used CFCACHE in prior versions of CF and the cached page would be kept in the directory I specified.&lt;br/&gt;Now when I use the tag in CF9 the page appears to be cached but I can find any cached pages in the directory I specified????&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my code:&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;&amp;lt;cfcache timespan="#CreateTimespan(10, 0, 0, 0)#" directory="C:/inetpub/websites/ssl/dev/page_cache/" stripWhiteSpace="true" usequerystring="true"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;The page appears to be cached as it loads quickly but I cant find where CF puts the cached version.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is a problem because when I need to flush the cache I dont know which directory to flush.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea where my cached pages are?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:409757d4-1a2f-4d71-af57-1a4e67f3e461] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfcache</category>
      <pubDate>Fri, 01 Feb 2013 17:43:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1145882</guid>
      <dc:date>2013-02-01T17:43:35Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error message when saving a file in DW -CS6</title>
      <link>https://forums.adobe.com/thread/1130142</link>
      <description>&lt;!-- [DocumentBodyStart:f4efd1eb-9675-4152-8475-6a4a3c7ed9be] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I go to save a file in Dreamweaver CS6, using Windows 7 -&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; I get this error message.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"While Executing onLoad in bc_afterSave.htm, the follwing javascript errors occured"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In File "bc_aftersave.htm";&lt;/p&gt;&lt;p&gt;onload is not defined&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Everything was fine for years now I get this annoying error message. The file saves but the error message always pops up.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using the Adobe Application Manager and getting my software through the Adobe Cloud.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried deleting the configuration file with th expectation that DW would automatically create a new one but that did not work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd hate to have to unintsall and reinstall DW because I have dozens of sites that I would need to resetup&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;&lt;span style="font-size: 18pt;"&gt;&lt;strong&gt;Any help on this??&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f4efd1eb-9675-4152-8475-6a4a3c7ed9be] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">dreamweaver</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">onload</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bc_aftersave.htm</category>
      <pubDate>Sun, 06 Jan 2013 02:33:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1130142</guid>
      <dc:date>2013-01-06T02:33:14Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFCACHE in CF8</title>
      <link>https://forums.adobe.com/thread/1050197</link>
      <description>&lt;!-- [DocumentBodyStart:78fd0af3-dd39-46a4-8223-f61d3a6d09a4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just started using cfcache on my site and its really helped my site's performance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But now I have a cache directory with 8000+&amp;nbsp; .tmp (cached pages) files and using&amp;nbsp; 1 GB of server space.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I would like to manually delete some of these files from the cache directory but I don't want to delete pages that might be popular.&lt;/p&gt;&lt;p&gt;I'd like to delete rarely accessed pages from the cache directory to reduce the size of the cache directory.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I thought there was&amp;nbsp; mapping file ....maybe ...cfcache.map that listed the page name being cached and the corresponding tmp file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Where could I find the mapping file that lists the page name being cached and the corresponding tmp file?&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using CF8.&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;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:78fd0af3-dd39-46a4-8223-f61d3a6d09a4] --&gt;</description>
      <pubDate>Wed, 15 Aug 2012 20:48:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1050197</guid>
      <dc:date>2012-08-15T20:48:23Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CGI variables -&lt;CFIF CGI.HTTP_USER_AGENT IS IE8 OR IE9&gt;</title>
      <link>https://forums.adobe.com/thread/1050231</link>
      <description>&lt;!-- [DocumentBodyStart:4c150024-0c28-4919-9d51-517ebe6af3bb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to find code that if a user is using Internet explorer 5, Internet explorer 6, Internet explorer 7 or Internet explorer 8 they get redirected to one page and if the are using any other browser including IE9&amp;nbsp; they go to another.&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;Something like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFIF CGI.HTTP_USER_AGENT IS IE5 OR CGI.HTTP_USER_AGENT IS IE6 OR CGI.HTTP_USER_AGENT IS IE7 OR CGI.HTTP_USER_AGENT IS IE8 &amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cflocation go here&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&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;lt;cflocation go here&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfif&amp;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;p&gt;Any help ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4c150024-0c28-4919-9d51-517ebe6af3bb] --&gt;</description>
      <pubDate>Wed, 15 Aug 2012 21:18:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1050231</guid>
      <dc:date>2012-08-15T21:18:40Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Notice when user enters domain</title>
      <link>https://forums.adobe.com/thread/1036455</link>
      <description>&lt;!-- [DocumentBodyStart:b743ab81-85a2-4a61-8749-b18fa5f4fe9c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there CF code that I could put in a page, maybe the application.cfm that would show the user a message instead of the actual page?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had a site www.abc.com that I closed down but I need to leave the pages on the server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want it so that when a user enters the www.abc.com domain that they get a message that the site is closed&amp;nbsp; instead of the actual page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want the user to get the message if they go to the homepage of www.abc.com or if they go to any page in the site.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example www.abc.com/folder/index.cfm.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b743ab81-85a2-4a61-8749-b18fa5f4fe9c] --&gt;</description>
      <pubDate>Sun, 15 Jul 2012 13:46:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1036455</guid>
      <dc:date>2012-07-15T13:46:30Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can anyone tell me where the mailsent.log is archived?</title>
      <link>https://forums.adobe.com/thread/990706</link>
      <description>&lt;!-- [DocumentBodyStart:e35335be-24db-4699-9f2e-3302283b0cf6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I archived my mailsent.log and I cant find where the archived file is located.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone tell me where the mailsent.log is archived?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e35335be-24db-4699-9f2e-3302283b0cf6] --&gt;</description>
      <pubDate>Mon, 16 Apr 2012 21:06:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/990706</guid>
      <dc:date>2012-04-16T21:06:30Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>&lt;CFSET mystring2 =Replace(mystring1,"&lt;/div&gt;&lt;/div&gt;","","ALL")&gt;</title>
      <link>https://forums.adobe.com/thread/949140</link>
      <description>&lt;!-- [DocumentBodyStart:014939e6-e254-4f3e-a1fb-cff718fb47e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trting to replace the words&amp;nbsp; &lt;strong&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/strong&gt;&amp;nbsp; with "" from a string that I have.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using the code &amp;lt;CFSET mystring2 =Replace(mystring1,"&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;","","ALL")&amp;gt;&amp;nbsp;&amp;nbsp; and the tag does not replace &amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; from my string.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ive been a CF proogrammer for 15 years and used this tag hundreds of times but I cant figure out why the Replace tag wont Replace &amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I dont even need to replace them I could just remove them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help on removing the &amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; from my string or replacing it with ""?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:014939e6-e254-4f3e-a1fb-cff718fb47e8] --&gt;</description>
      <pubDate>Fri, 13 Jan 2012 22:33:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/949140</guid>
      <dc:date>2012-01-13T22:33:57Z</dc:date>
      <clearspace:dateToText>2 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Contibute absolute/relative links -Broken links and page wont render</title>
      <link>https://forums.adobe.com/thread/939660</link>
      <description>&lt;!-- [DocumentBodyStart:b9c26511-13a6-4765-a891-ad4b9f05a99d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I edit a page from the root level of my site for review in Contribute the page is created in a temporary folder within my site and so by placing the file from the root directory in a folder all of the include links break.&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;for example in the good file the link would be &amp;lt;img src="images/....&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;when the new file is created for review the new file is created inside a folder named something like default_cfm_MMtmp50a31b4a.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So when the file is sent for review none of the links show up because the &amp;lt;img src="images/....&amp;gt; is pointing to the wrong place &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2 Questions .&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1.Why does Contribute need to create the file in a directory?....&lt;/p&gt;&lt;p&gt;Couldn't the temporary file just be created in the same level as orginial file. Thus the links wouldnt break.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2.When the temporary file is created in the temporary folder ...use absolute links instead of relative.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anybody know?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9c26511-13a6-4765-a891-ad4b9f05a99d] --&gt;</description>
      <pubDate>Mon, 19 Dec 2011 19:18:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/939660</guid>
      <dc:date>2011-12-19T19:18:14Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Slow down cfloop query -Is there a way to slow down the cfloop query?</title>
      <link>https://forums.adobe.com/thread/901638</link>
      <description>&lt;!-- [DocumentBodyStart:16733e2a-395f-480f-803f-f9c4e91d8468] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a query&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;lt;cfquery name="score" datasource="cdb" cachedwithin="#createTimespan(0,0,0,0)#"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT * FROM cds_master WHERE gw =3&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;I want to loop through and output the results, but when I do it loops so quickly you cant even see the output.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to slow down the cfloop query?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is the current code&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfloop query="score"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;#data#&amp;lt;/cfoutput&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Proposed&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfloop query="score"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;#data#&amp;lt;/cfoutput&amp;gt;....hesitate 10 seconds&lt;/p&gt;&lt;p&gt;&amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16733e2a-395f-480f-803f-f9c4e91d8468] --&gt;</description>
      <pubDate>Mon, 12 Sep 2011 15:49:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/901638</guid>
      <dc:date>2011-09-12T15:49:41Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFPDF populate existing PDF</title>
      <link>https://forums.adobe.com/thread/894036</link>
      <description>&lt;!-- [DocumentBodyStart:ccbee7a5-c719-4b81-a61d-16eacaaf8b51] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an existing pdf that I did not create.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The pdf has 2 form fields&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"myname"&amp;nbsp; and "yourname".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to capture "myname"&amp;nbsp; and "yourname" in a form and then output those values to the existing pdf and then output the pdf.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;Is there a way to write those variables to the pdf and then output the pdf.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Step 1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Form page &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;User enters "myname"&amp;nbsp; and "yourname" and clicks submit&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;Step 2&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;User clicks link to get the pdf that will contain "myname"&amp;nbsp; and "yourname"in the appropriate places.&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;&lt;strong&gt;I can use &amp;lt;cfpdf action="merge" to get the pdf to output, but I cannot get my form variables to output.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;They just show up blank.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to use this code below to populate the PDF. I get an error&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfpdfform action="populate" source="C:\websites\..............."&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfpdfsubform name="form1"&amp;gt;&lt;br/&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;cfpdfformparam name="myname" value="Boris"&amp;gt;&lt;br/&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;cfpdfformparam name="yourname" value="Pasternak"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfpdfsubform&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfpdfform&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The requested template has been denied access to /C:/ColdFusion8/runtime/../lib/cf-acrobat.jar.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;The&amp;nbsp; following is the internal exception message: access denied&amp;nbsp; (java.io.FilePermission /C:/ColdFusion8/runtime/../lib/cf-acrobat.jar&amp;nbsp; read) &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Any ideas?&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ccbee7a5-c719-4b81-a61d-16eacaaf8b51] --&gt;</description>
      <pubDate>Mon, 22 Aug 2011 17:45:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/894036</guid>
      <dc:date>2011-08-22T17:45:02Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Custom 404 Page Problem -CF 8</title>
      <link>https://forums.adobe.com/thread/892353</link>
      <description>&lt;!-- [DocumentBodyStart:943149e3-4ae3-4ce5-8b1a-af635fd3243a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm having problems with a custom 404 page. CF8&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have create a page 404.cfm that I want users to see if they get a 404 error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I changed the custom 404 page in the CF admin and this custom page works well when the page is an htm page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But does not work when the page is a cfm page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;of course all of my pages are cfm pages.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;How do I make sure my users get the 404.cfm page when there is a 404 error but &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;any kind of error ...like bad cfml, etc......&lt;/strong&gt;&lt;/span&gt;?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to add something to the application .cfc??&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:943149e3-4ae3-4ce5-8b1a-af635fd3243a] --&gt;</description>
      <pubDate>Wed, 17 Aug 2011 20:12:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/892353</guid>
      <dc:date>2011-08-17T20:12:59Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Keep Session Alive</title>
      <link>https://forums.adobe.com/thread/887128</link>
      <description>&lt;!-- [DocumentBodyStart:86d0e03f-36f7-4def-be7b-227de9ddf3a8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Step1: A partner firm passes xml values to me via url and thi has a session variable from his server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Step2: I need to take that xml data and run a query on it to get additional values.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Step3: After the query I need to send back xml to my partner firm, &lt;strong&gt;AND I NEED TO KEEP THE SESSION VARIABLE ALIVE FROM WHEN HE SENT IT TO ME in Step 1 and pass back my xml in the same SESSION!!!&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Here is the code I have now in Step 3&lt;/strong&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;lt;cfhttp url="&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://partnerfirm.com" rel="nofollow"&gt;https://partnerfirm.com&lt;/a&gt;&lt;span&gt;" method="post"&amp;gt;&lt;/span&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfhttpparam type="xml" name="XMLUpload" value="#xml_validated#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/cfhttp&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;According to my partner firm my xml is getting back to their server but since I dont have the same SESSION from Step 1 it gets rejected.&lt;/p&gt;&lt;p&gt;I guess the &amp;lt;cfhttp&amp;gt; that I&lt;span&gt; send back in Step 3 starts a new Session&lt;/span&gt;...so the original session that oartner sent in Step 1 is gone.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to keep the session from Session 1 and use that same session in step 3?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to use a different tag a different technolgy a different coding language??&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have spent all week on this..this is something that should have taken a few hours.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My Partner firm tells me that other firms/programmers have had no issue implementing this and I must be doing somethin wrong.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have read the BEN NADEL stuff about this about trying to somehow capture the Session variable in Step 1..then do Step 2....then pass the Session variable back with the xml data....it made sense to me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But partner firm says that wont work...so I stopped pursuing .&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I just stupid...Am I missing something..Do I need to buy custom tag???&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;&lt;strong&gt;Any Help???&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:86d0e03f-36f7-4def-be7b-227de9ddf3a8] --&gt;</description>
      <pubDate>Fri, 05 Aug 2011 20:21:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/887128</guid>
      <dc:date>2011-08-05T20:21:46Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>XML Problem</title>
      <link>https://forums.adobe.com/thread/884784</link>
      <description>&lt;!-- [DocumentBodyStart:61dbd4b8-be5b-4c89-a728-cb10da255968] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;A partner firm needs to pass me some xml information and I need to get that info and run queries with the UserID in the passed info.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;They pass me this xml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;Request&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;Header&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;&amp;lt;UserId&amp;gt;phutch&amp;lt;/UserId&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;Token&amp;gt;08012011T1149034&amp;lt;/Token&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;/Header&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;/Request&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;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I am trying to retrieve the &lt;strong&gt;UserId &lt;/strong&gt;from the xml file using &amp;lt;cfdump var="#GetHttpRequestData()#"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I was hoping that I could get the xml info from the GetHttpRequestData() tag but I get an error message&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;em&gt;"The markup in the document following the root element must be well-formed. &lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;em&gt;Nested exception: The markup in the document following the root element must be&amp;nbsp; well-formed."&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;I think the error might be because this line of code is not at the beginning of the xml passed to me.&lt;/strong&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;em&gt;&amp;lt;?xml version="1.0" encoding="iso-8859-1"?&amp;gt;&amp;nbsp; or&amp;nbsp; &lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;em&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;em&gt;Anyway.&amp;nbsp; Does anyone have any ideas on how I could extract the &lt;/em&gt;&lt;span&gt;UserId &lt;/span&gt;&lt;em&gt;from&lt;/em&gt; the above xml?&lt;/strong&gt;&lt;/span&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;p style="min-height: 8pt; padding: 0px;"&gt;&lt;em&gt; &lt;/em&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:61dbd4b8-be5b-4c89-a728-cb10da255968] --&gt;</description>
      <pubDate>Mon, 01 Aug 2011 19:29:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/884784</guid>
      <dc:date>2011-08-01T19:29:07Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extract And SET Values from XML File</title>
      <link>https://forums.adobe.com/thread/885860</link>
      <description>&lt;!-- [DocumentBodyStart:0f50bebb-1709-45bc-8c04-41fbf66e8e25] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have XML string like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;Request&amp;gt;&amp;lt;Header&amp;gt;&amp;lt;UserId&amp;gt;pgh&amp;lt;/UserId&amp;gt;&amp;lt;Token&amp;gt;05032015T1105144&amp;lt;/Token&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;/Request&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I extract the &amp;lt;UserId&amp;gt; and &amp;lt;Token&amp;gt; values only?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So for the above string --I want the values&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;pgh &lt;/p&gt;&lt;p&gt;05032015T1105144&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to set these 2 values to variables like this...everything else in the string goes away&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFSET userid =pgh&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;CFSET token = 05032015T1105144&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So you START with this &lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;&amp;lt;Request&amp;gt;&amp;lt;Header&amp;gt;&amp;lt;UserId&amp;gt;pgh&amp;lt;/UserId&amp;gt;&amp;lt;Token&amp;gt;05032015T1105144&amp;lt;/Token&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;/Request&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And END with this&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;&amp;lt;CFSET userid =pgh&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;&amp;lt;CFSET token = 05032015T1105144&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0f50bebb-1709-45bc-8c04-41fbf66e8e25] --&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:23:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/885860</guid>
      <dc:date>2011-08-03T16:23:00Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cf extract substring after url</title>
      <link>https://forums.adobe.com/thread/882212</link>
      <description>&lt;!-- [DocumentBodyStart:2b8d343d-e14e-4b96-858b-dab93877cd0b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;While loopong through query results I am trying to extract the page name from a url.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;From this sample url -------&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.cnn.com/sports.cfm" rel="nofollow"&gt;http://www.cnn.com/sports.cfm&lt;/a&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;p&gt;I want to extract the name &lt;strong&gt;sports.cfm&lt;/strong&gt;&amp;nbsp; only&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;or&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;From this sample url -------&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.msnbc.com/shows.asp" rel="nofollow"&gt;http://www.msnbc.com/shows.asp&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to extract the name &lt;strong&gt;shows.asp&lt;/strong&gt;&amp;nbsp; only&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b8d343d-e14e-4b96-858b-dab93877cd0b] --&gt;</description>
      <pubDate>Tue, 26 Jul 2011 14:36:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/882212</guid>
      <dc:date>2011-07-26T14:36:04Z</dc:date>
      <clearspace:dateToText>3 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>New to .cfc files : Do I have to register application.cfc with CFadministrator?</title>
      <link>https://forums.adobe.com/thread/826850</link>
      <description>&lt;!-- [DocumentBodyStart:404a5267-3b3e-4a68-9d25-c9a5358909be] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using an application.cfc file for the first time ands I cant seem to get it to work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to register the application.cfc in the CF administrator in order for it to work?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I actually have&amp;nbsp; 2 cfc files application.cfc and mylist.cfc&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to register both of these in the CF administrator?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:404a5267-3b3e-4a68-9d25-c9a5358909be] --&gt;</description>
      <pubDate>Wed, 23 Mar 2011 19:30:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/826850</guid>
      <dc:date>2011-03-23T19:30:45Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using Spry Assets form validation tools to exclude certain email addresses</title>
      <link>https://forums.adobe.com/thread/822916</link>
      <description>&lt;!-- [DocumentBodyStart:23dc7727-04fc-4922-81f9-b3b6e79fc1ff] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there a way for spry assets to check an emaill address and if it contains either a yahoo.com or gmail.com email address ....return an error message?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to exclude yahoo.com or gmail.com email addresses&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But I am having to this email validation server side instead of client side with spry assets like I validate all of the other form fields.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Code&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;span class="textfieldRequiredMsg"&amp;gt;Please enter your email address.&amp;lt;/span&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;span class="textfieldInvalidFormatMsg"&amp;gt;Please enter a valid email address.&amp;lt;/span&amp;gt; &amp;lt;/span&amp;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;p&gt;Id like to think I could add another something like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;span class="textfieldInvalidFormatMsg"&amp;gt;We do not support email addresses ( @yahoo.com, @gmail.com, @comcast.com, @hotmail.com). &lt;br/&gt;Please enter a valid email&amp;nbsp; address.&amp;lt;/span&amp;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;p&gt;Is there any way I can use spryassets validation tools to do client side validation to check for email extensions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23dc7727-04fc-4922-81f9-b3b6e79fc1ff] --&gt;</description>
      <pubDate>Thu, 17 Mar 2011 23:20:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/822916</guid>
      <dc:date>2011-03-17T23:20:59Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Keep Form Values in Mozilla Browsers after server side validation</title>
      <link>https://forums.adobe.com/thread/822913</link>
      <description>&lt;!-- [DocumentBodyStart:2f15fb05-c5af-42fa-9507-3f6ddb640e4b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a 10 field form that wont keep the form values if the user has an error and has to go back to correct the form.&lt;/p&gt;&lt;p&gt;This appears to be a Mozilla issue only as IE apparently keeps the values.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried using&amp;nbsp; &amp;lt;CFHEADER NAME="cache-control" value=7200&amp;gt; but that does not work.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I also tried &lt;span class="tag"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag-name"&gt;cfform&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="attribute"&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span class="attribute-value"&gt;"form2.cfm"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="attribute"&gt;method&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span class="attribute-value"&gt;"post"&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="attribute"&gt;preservedata&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span class="attribute-value"&gt;"yes"&lt;/span&gt;&lt;span class="tag"&gt;&amp;gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; and that didnt work either.&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Step 1 User completes form1.cfm&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Step 2 User submits form1.cfm to form2.cfm and gets this validation error for example&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;"Your email cannot include yahoo.com. Please &lt;span class="active_link"&gt;go back&lt;/span&gt; and choose a different&amp;nbsp; email address"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use &amp;lt;a href="javascript:history.go(-1)"&amp;gt;go back&amp;lt;/a&amp;gt;&amp;nbsp; to go back&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span class="tag"&gt;&lt;/span&gt;&lt;strong&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;Step 3 User clicks "Go back"&lt;/strong&gt;&lt;br/&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;strong&gt;Step 4 Users returns to form and finds that his form data is gone and now needs to start the form all over.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Step 5 User is mad that they need to complete form again.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;Is there anything I can do keep the form values?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f15fb05-c5af-42fa-9507-3f6ddb640e4b] --&gt;</description>
      <pubDate>Thu, 17 Mar 2011 23:05:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/822913</guid>
      <dc:date>2011-03-17T23:05:28Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Forms : &lt;form method="POST"   to 2 different pages</title>
      <link>https://forums.adobe.com/thread/801417</link>
      <description>&lt;!-- [DocumentBodyStart:8767ad5d-9fa0-4bff-a0a5-ef41c2a14b1f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that I need to post the info to 2 different places like this&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;&lt;span&gt;&lt;strong&gt;STEP 1&lt;/strong&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;form action="enroll1.cfm" method="POST" id="1"&amp;gt;&lt;/p&gt;&lt;p&gt;10 Form Fields&lt;/p&gt;&lt;p&gt;&amp;lt;/form&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Do Database insert&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;&lt;span&gt;&lt;strong&gt;STEP 2&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I need to take that same form info and post it to another url&amp;nbsp; so that it can be inserted in another database at another company.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &amp;lt;form action="enroll2.cfm" method="POST" id="1"&amp;gt;&lt;/p&gt;&lt;p&gt;10 Form&amp;nbsp; Fields&lt;/p&gt;&lt;p&gt;&amp;lt;/form&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Do Database insert&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;&lt;strong&gt;I get the first form posted and the data gets inserted into the database but now how do I pass the 10 form fields to the other url (Step 2)?&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8767ad5d-9fa0-4bff-a0a5-ef41c2a14b1f] --&gt;</description>
      <pubDate>Tue, 08 Mar 2011 20:22:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/801417</guid>
      <dc:date>2011-03-08T20:22:26Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Anyone recommend a Content Management System software that will work well with my existing site</title>
      <link>https://forums.adobe.com/thread/795941</link>
      <description>&lt;!-- [DocumentBodyStart:104445fe-2246-447d-91d5-d50a4023f46b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;div&gt;&lt;p&gt;&lt;strong&gt;Can anyone recommend a Content Management System software that will work well with my existing cold fusion web site?&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I have looked at coldbricks, getmura&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;My client has mentioned Joomla, EZPublish and Drupal.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Can anyone offer any suggestions for a Content Management System software that will work well with my existing cold fusion web site?&lt;/strong&gt;&lt;!-- [DocumentBodyEnd:e9593caf-be0a-49f4-980e-366d98aa0c5a] --&gt;&lt;/p&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;!-- BEGIN attachments --&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;!-- END attachments --&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:104445fe-2246-447d-91d5-d50a4023f46b] --&gt;</description>
      <pubDate>Thu, 24 Feb 2011 03:12:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/795941</guid>
      <dc:date>2011-02-24T03:12:33Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFCONTENT Excel - Firefox errors</title>
      <link>https://forums.adobe.com/thread/792483</link>
      <description>&lt;!-- [DocumentBodyStart:4b7adbad-6647-44de-8180-8e5fb2fcbf88] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I use &amp;lt;cfcontent type="application/vnd.ms-excel"&amp;gt; tag it works great on Internet Explorer.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when I use Firefox it doesnt&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It does NOT name the file correctly (It doesnt have the xls extension) therefore it doesnt make the file association with the excel program.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and my users dont know to rename and add the extension.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there anything I can do about this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b7adbad-6647-44de-8180-8e5fb2fcbf88] --&gt;</description>
      <pubDate>Wed, 16 Feb 2011 16:02:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/792483</guid>
      <dc:date>2011-02-16T16:02:15Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

