<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Thu, 12 Sep 2013 08:21:31 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-09-12T08:21:31Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>more than 1 function in cfform tag "onSubmit"</title>
      <link>https://forums.adobe.com/thread/1294494</link>
      <description>&lt;!-- [DocumentBodyStart:6941f68f-7a75-4333-bb51-122655c07a56] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i need to call atleast 3 javascript functions in a form&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;using "onSubmit" works fine with one function but when i try to add another nothing happens....&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;cfform &lt;/p&gt;&lt;p&gt;action="postpage.cfm" method="POST" &lt;/p&gt;&lt;p&gt;target="_self" &lt;/p&gt;&lt;p&gt;onsubmit="if(document.getElementById('Agree').checked) { return true; } else { alert('You must agree to the Terms and Conditions'); return false; }"&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;"return checkEmail(this);" is one of the funtions. it checks to see if 2 cfinputs are the same&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how do i add multiple functions to onSubmit &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6941f68f-7a75-4333-bb51-122655c07a56] --&gt;&lt;img src='/beacon?t=1415919867471' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfform</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">javascript_function</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">on_submit</category>
      <pubDate>Thu, 12 Sep 2013 08:21:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1294494</guid>
      <dc:date>2013-09-12T08:21:31Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>authorize.net and direct post</title>
      <link>https://forums.adobe.com/thread/1282023</link>
      <description>&lt;!-- [DocumentBodyStart:3fcbf208-71a4-4ff4-a06d-a872a0168581] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i am rebuilding a new client's cart to be pci compliant (far from it now lol) and i called authorize.net tech support and the person was talking about what i though was a formstet or app in my cc page that was literally connected to a/n's site and i never need to work with cc data at all. it returns the standard string, i think, to a specified page on my clients site.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;he said it was called "direct post" but when i read the documentation it sounded like what the site has and i use on other client sites where you post to a page on your site all the data and convert to X_ tags and ship it via https to authorize net. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i don't think the person was quite sure what he was talking about and was wondering if any of you have had experience with a direct connection (pipe) to authorize.net for transactions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i put site on a hosted cf10 pci compliant cloud server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i don't like dealing with cc data on the site. makes me nervous and a/n can be a pain.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3fcbf208-71a4-4ff4-a06d-a872a0168581] --&gt;</description>
      <pubDate>Sat, 24 Aug 2013 05:02:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1282023</guid>
      <dc:date>2013-08-24T05:02:08Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>getting a form item to load first in target page</title>
      <link>https://forums.adobe.com/thread/1282022</link>
      <description>&lt;!-- [DocumentBodyStart:24972898-1bf2-4f9e-80d2-5b364cdbb051] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;according to ben forta who i met many years ago, cf loads the complete page and then does functions in a particular order. i.e. includes, queries, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;my problem is that i am sending over a unique identifer in the formset that is needed in an include on each page of my cart (i don't use cookies or sessions and don't want to get into that).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;what i want to know is if there is a way to force cf 10 to look at form. items first. the page needs that number or the include (header.cfm) crashes. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i also have that issue with cfabort where cf does a lot of functions before it recognizes that tag which can really foul up things if a variable isn't there.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;site needs to be pci compliant&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:24972898-1bf2-4f9e-80d2-5b364cdbb051] --&gt;</description>
      <pubDate>Sat, 24 Aug 2013 04:44:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1282022</guid>
      <dc:date>2013-08-24T04:44:22Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>mySQL on cf9. need mysql-connector-java-gpl-5.1.2?.jar</title>
      <link>https://forums.adobe.com/thread/1277405</link>
      <description>&lt;!-- [DocumentBodyStart:befbba45-9a4f-4a9d-a047-0e5ece83ff41] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;does anybody have a raw copy of mysql-connector-java-gpl-5.1.22.jar file. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can be 5.1.22 to 5.1.26&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i have cf 9 and msSQL and they won't work together without it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i try to install with .msi file and nothing happens..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;please send to &lt;strong&gt;&lt;span lang="EN" style="font-family: Arial; font-size: 9.5pt;"&gt;&lt;a class="jive-link-email-small" href="mailto:old.dog.ster69@gmail.com"&gt;&lt;span style="color: #11418e; font-weight: normal;"&gt;old.dog.ster69@gmail.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;strong&gt;&lt;span lang="EN" style="font-family: Arial; font-size: 9.5pt;"&gt;&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span lang="EN" style="font-family: Arial; font-size: 9.5pt;"&gt;tnx in advance&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:befbba45-9a4f-4a9d-a047-0e5ece83ff41] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">compatibility</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">coldfusion9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">mysql5.6</category>
      <pubDate>Sat, 17 Aug 2013 09:12:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1277405</guid>
      <dc:date>2013-08-17T09:12:23Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>off track but php on cf server</title>
      <link>https://forums.adobe.com/thread/1261315</link>
      <description>&lt;!-- [DocumentBodyStart:3d62d826-4e4e-4dc7-81d7-d97511c32ba9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i wanted to do some php on my platform &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;winXP-pro sp3&lt;/p&gt;&lt;p&gt;cf server&lt;/p&gt;&lt;p&gt;msSQL2000 server&lt;/p&gt;&lt;p&gt;msSQL2005 server&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so added as per instructions&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;,net framework&lt;/p&gt;&lt;p&gt;fastCGI&lt;/p&gt;&lt;p&gt;mySQL 5.2&lt;/p&gt;&lt;p&gt;php 5.3&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i used the install software from microsoft or that came with the program and all looks nice. cf still runs ok but calling a php doc via localhost does nothing or at most a pop-up window asking if i would like to save.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;.php is showing in extensions&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any ideas would be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d62d826-4e4e-4dc7-81d7-d97511c32ba9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">php</category>
      <pubDate>Wed, 24 Jul 2013 03:29:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1261315</guid>
      <dc:date>2013-07-24T03:29:23Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>add php to cf server</title>
      <link>https://forums.adobe.com/thread/1258561</link>
      <description>&lt;!-- [DocumentBodyStart:0ffdf267-742d-40fa-a700-6c87f05747d1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i have a coldfusion msSQL server as my testbed and would like the ability to do some wordpress (ugh!)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;from what i understand i need to add apache for the php and a mySQL database.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how can i implement this without disreupting what is a perfect running setup&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;running xp pro sp3&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ffdf267-742d-40fa-a700-6c87f05747d1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">mysql</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">apache</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">php_installation</category>
      <pubDate>Fri, 19 Jul 2013 21:22:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1258561</guid>
      <dc:date>2013-07-19T21:22:11Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>searching between dates with "where" in msSQL</title>
      <link>https://forums.adobe.com/thread/1108726</link>
      <description>&lt;!-- [DocumentBodyStart:9bcf7e33-18ed-45a3-a74a-34417850d605] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i have a table that has two date fields (dateinx and dateoutx) and i need to find all the results for todays date that both fall between and on that date for a given customer: cID.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if todays date is 12/2/2012&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;examples of vialable entries:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;dateinx=12/2/2012 and dateoutx = 12/5/2012&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;dateinx=11/2/2012 and dateoutx = 12/2/2012&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;dateinx=11/2/2012 and dateoutx = 12/25/2012&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 am using "smalldatetime" in msSQL2005 and also would like to create a mask so that only date: 1/1/2012 would be saved. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;same for time: 1:30AM in a seperate field. msSQL is saving now as 1/1/2012 01:30:00AM or some such...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;querey at this point looks like:&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 schdl&lt;/p&gt;&lt;p&gt;WHERE (cID = #cID#) AND ....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance&lt;/p&gt;&lt;p&gt;andy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9bcf7e33-18ed-45a3-a74a-34417850d605] --&gt;</description>
      <pubDate>Mon, 03 Dec 2012 03:14:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1108726</guid>
      <dc:date>2012-12-03T03:14:24Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>dialing down through successive fields based on count</title>
      <link>https://forums.adobe.com/thread/866949</link>
      <description>&lt;!-- [DocumentBodyStart:f604c689-23a9-4628-8671-99781c56fd5d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i have a table with multiple fields that i want to query until i have less than a recordcount of 20, how should i write the query&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;table: mystuff&lt;/p&gt;&lt;p&gt;fields: fld1, fld2, fld3, fld4 etc&lt;/p&gt;&lt;p&gt;final recordcount: less than 20&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i need to query all of successive field. no MAX as would limit the scope of the query&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="myqry" datasource="myds"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT *&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM mystuff&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE fld1 = 'cats'&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;lt;cfif records GT 20&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; and fld2 = 'siamese'&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfif records GT 20&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and fld3 = 'white'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and keep dialing through fields until recordcount is less than 20. i do not want to limit the records of each successive field but to get all for the next step down.&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f604c689-23a9-4628-8671-99781c56fd5d] --&gt;</description>
      <pubDate>Sun, 19 Jun 2011 22:08:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/866949</guid>
      <dc:date>2011-06-19T22:08:12Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>database loops on query?</title>
      <link>https://forums.adobe.com/thread/852313</link>
      <description>&lt;!-- [DocumentBodyStart:5bdc5182-6fd6-4f39-92b7-5c5912c3e276] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;a field in one table inidcates which rows in it and 2 related tables should be accessed in a query.&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;all 3 tables share a field: pgID. it is the primary key in the first table and a field in the other 2.&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;the first query finds which rows relate by a variable: pgfeat &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;cfquery name="gtpgsfeat" datasource="mydb"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT pgID&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM pages&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE pgfeat = 1&lt;br/&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;i then loop through the query to create a list of all rows that are returned from the query&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfloop query="gtpgsfeat"&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;cfif ISDefined('catz')&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset catz = "#catz#, #gtpgsfeat.pgID#"&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;cfelse&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset catz = "#gtpgsfeat.pgID#"&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;/cfif&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfloop&amp;gt;&lt;br/&gt;&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i then apply this to a query for the related tables&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="gtpgsfeat1" datasource="mydb" dbtype="ODBC"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pages.*, pg_cont.*, pg_text.*&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pages, pg_cont, pg_text &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (pages.pgID IN (#catz#)) AND (pg_cont.pgID IN (#catz#)) AND (pg_text.pgID IN (#catz#)) ;&lt;br/&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;the problem. the second query loops within itself - times the recordcount of first query - and i get the same data times the recordcount of the first query.&lt;/p&gt;&lt;p&gt;with a recordcount of 3 for the first query, i get a recordcout of 27 (3 X 3 X 3) for the second query...&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&gt;abe&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cathy&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; john&lt;/p&gt;&lt;p&gt;abe&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cathy&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; john&lt;/p&gt;&lt;p&gt;abe&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cathy&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; john&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;? what am i missing here&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5bdc5182-6fd6-4f39-92b7-5c5912c3e276] --&gt;</description>
      <pubDate>Sun, 15 May 2011 01:17:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/852313</guid>
      <dc:date>2011-05-15T01:17:38Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>deleting a cached audio file in browser media player(s)</title>
      <link>https://forums.adobe.com/thread/829823</link>
      <description>&lt;!-- [DocumentBodyStart:abecef58-74a0-433a-88d4-3210037316f8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i am building a music track distrubution site and my problem is as follows...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the artist can overwrite a track that they have already posted.&lt;/p&gt;&lt;p&gt;as long as the format (ie wav, etc) stays the same, the file name stays the same as it is attached to track id&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the browser window has a player that sits in an iframe in the page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;problem. even if i refresh the player in the iframe, it keeps playing the old track. the only way i can get it to play the new track is to back out of the main page, clear browser cache and go back to the page with the browser.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;truly weird is if i switch from say wav to mp3, it works ok but then when i reload the new wav file, it still plays the old wav file...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;this happens in microsoft's player and quick time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i have tried many, MANY ideas to flush the cache and the players do not respond.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;site is in cf8. shared hosting server&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:abecef58-74a0-433a-88d4-3210037316f8] --&gt;</description>
      <pubDate>Sun, 27 Mar 2011 09:16:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/829823</guid>
      <dc:date>2011-03-27T09:16:31Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>reg expression in sql insertion attack</title>
      <link>https://forums.adobe.com/thread/608375</link>
      <description>&lt;!-- [DocumentBodyStart:9f5ee313-fbcb-45e2-8012-7e393fdb31e4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;one of my client sites has be under attack for the last several months and seems like i have pretty much stopped it (i hope).&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;what i am trying to do now is find out their exact string, ip, time, etc.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;i am searching for strings like update, datasource, select etc.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;example:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;lt;cfif (ListContainsNoCase(myfield, "select"))&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;OR (ListContainsNoCase(myfield, "update"))...&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;the problem is when i come across a word like selection, it sets off trigger.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;i need a reg expression where select stands alone or with special characters on either side but passes if part of a word such as "reselet" or "selection"&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f5ee313-fbcb-45e2-8012-7e393fdb31e4] --&gt;</description>
      <pubDate>Wed, 31 Mar 2010 18:50:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/608375</guid>
      <dc:date>2010-03-31T18:50:25Z</dc:date>
      <clearspace:dateToText>4 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>trigger in msSQL2000 tables to stop input, update with specific characters.</title>
      <link>https://forums.adobe.com/thread/564149</link>
      <description>&lt;!-- [DocumentBodyStart:4627ff6c-0e2b-417d-bd8d-7315d7b99dcb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;client site is under severe data injection attack and have stoped by blocking all write access to the 4 tables under attack. this works ok for now but these tables need to be updated.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;the injection is appx this: &amp;lt;/title&amp;gt;&amp;lt;script src='&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://google-anxxxxx.info/urcxxx.js" rel="nofollow"&gt;http://google-anxxxxx.info/urcxxx.js&lt;/a&gt;&lt;span&gt;'&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;what i want to do is in tables that have no url/email data is stop write if data contains &amp;lt;, &amp;gt;, / and maybe "script" or some other text.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;if the table contains url/email data, stop entry with "&amp;lt;/table&amp;gt;" or some such.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;no the data is not being posted thru site search or other formsets. this is what i first thought so wrote CF to detect and block to no avail. also have perused the site for "special" page with formsets they could use. no there too. think is some very vicious bot and is coming from russia!!!&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;tnx in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4627ff6c-0e2b-417d-bd8d-7315d7b99dcb] --&gt;</description>
      <pubDate>Wed, 27 Jan 2010 07:43:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/564149</guid>
      <dc:date>2010-01-27T07:43:04Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>querying sucessive fields in where statement until variable found</title>
      <link>https://forums.adobe.com/thread/427646</link>
      <description>&lt;!-- [DocumentBodyStart:e2a4b2a8-85c7-47a6-b75c-4c03a11f17a0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i have a table that i want to query first one field and if no results, query next field and so on...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i am doing it now by doing sucessive seperate queries whic works but is probably an inefficient way of doing so... can this be written as a single query??? note that i am using the same variable on each query and only changing the field name i.e. blm_ttl, blm_txt, blm_by&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;cfquery name="ckstry" datasource="asker"&amp;gt;&lt;br/&gt;&amp;nbsp; SELECT MAX(blmID) AS blmrID&lt;br/&gt;&amp;nbsp; FROM blme&lt;br/&gt;&amp;nbsp; WHERE blm_ttl LIKE ('%#blm_adurl1#%')&lt;br/&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;lt;cfif ckstry.blmrID IS ""&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;nbsp; &amp;lt;cfquery name="ckstry" datasource="asker"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT MAX(blmID) AS blmrID&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM blme&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE blm_txt LIKE ('%#blm_adurl1#%')&lt;br/&gt;&amp;nbsp; &amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&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;&amp;lt;cfif ckstry.blmrID IS ""&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;nbsp; &amp;lt;cfquery name="ckstry" datasource="asker"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT MAX(blmID) AS blmrID&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM blme&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE blm_by LIKE ('%#blm_adurl1#%')&lt;br/&gt;&amp;nbsp; &amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2a4b2a8-85c7-47a6-b75c-4c03a11f17a0] --&gt;</description>
      <pubDate>Sun, 03 May 2009 05:42:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/427646</guid>
      <dc:date>2009-05-03T05:42:25Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>problem with cfinput tag</title>
      <link>https://forums.adobe.com/thread/212721</link>
      <description>&lt;!-- [DocumentBodyStart:927f4e52-9a90-4990-8631-d1c55f1b7744] --&gt;&lt;div class="jive-rendered-content"&gt;i have a cfform input tag for email address. it is not
required that they enter one.
&lt;br/&gt;
&lt;br/&gt;on the script below, it works fine when they enter something
in field but opens an invalid popup if field is left empty.
&lt;br/&gt;
&lt;br/&gt;i have required="no"... also there are 4 email fields in the
form: blm_eml1, blm_eml2.....so on
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfinput type="Text" name="blm_eml1" validateat="onSubmit"
message="One of your Email addresses in invalid!"
validate="regular_expression"
pattern="^([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9 })$"
required="No" visible="Yes" enabled="Yes"
showautosuggestloadingicon="False" typeahead="No" size="25"
maxlength="50" class="style6a" id="blm_eml1"&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:927f4e52-9a90-4990-8631-d1c55f1b7744] --&gt;</description>
      <pubDate>Thu, 19 Feb 2009 00:10:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/212721</guid>
      <dc:date>2009-02-19T00:10:20Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sql query gone mad</title>
      <link>https://forums.adobe.com/thread/203882</link>
      <description>&lt;!-- [DocumentBodyStart:989babf2-a85e-4215-9f23-aee4bdf7833e] --&gt;&lt;div class="jive-rendered-content"&gt;i built a site for myself that i hope goes viral (fat chance)
that peole post the bs too.
&lt;br/&gt;
&lt;br/&gt;it is starting to get some posts so i need to refine the
last/next page query
&lt;br/&gt;
&lt;br/&gt;fields (descriptive for here)
&lt;br/&gt;
&lt;br/&gt;ID - primary key
&lt;br/&gt;Date - post date
&lt;br/&gt;Type - i.e - family, inlaws, friends, enemies, etc
&lt;br/&gt;Quality - is post cool or sucks numeric 1-5 - 5 best
&lt;br/&gt;Show/Hide - tiny int 1 or 2
&lt;br/&gt;
&lt;br/&gt;what i want is when visitors come up, they can view posts 20
at a time. the first several pages will be latest by ID
&lt;br/&gt;
&lt;br/&gt;after that want to display by Quality and ID (or Date) with
suceeding pages going down the Quality index until reaches 1
&lt;br/&gt;
&lt;br/&gt;several problems... 1. since some will be marked Hide, they
cannot be part of the next 20 to display and if they select Type,
that means all above plus that element too...? 
&lt;br/&gt;
&lt;br/&gt;basic query below
&lt;br/&gt;
&lt;br/&gt;tnx in advance
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:989babf2-a85e-4215-9f23-aee4bdf7833e] --&gt;</description>
      <pubDate>Wed, 11 Feb 2009 22:39:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/203882</guid>
      <dc:date>2009-02-11T22:39:35Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Preview button in cfform</title>
      <link>https://forums.adobe.com/thread/204881</link>
      <description>&lt;!-- [DocumentBodyStart:d1a630f1-5c55-44ce-8840-97adbe2162f0] --&gt;&lt;div class="jive-rendered-content"&gt;Much as the submission form on this site, i want to open a
pop-up preview window so visitors can check content before
posting....
&lt;br/&gt;
&lt;br/&gt;shown is the code that i use for non-form instruction pop-up
windows thruout the site...
&lt;br/&gt;
&lt;br/&gt;i think code has to be inside cfform tag so all content is
displayed in pop-up window
&lt;br/&gt;
&lt;br/&gt;tnx in advance
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d1a630f1-5c55-44ce-8840-97adbe2162f0] --&gt;</description>
      <pubDate>Thu, 05 Feb 2009 20:20:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/204881</guid>
      <dc:date>2009-02-05T20:20:12Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iframe reloads another iframe</title>
      <link>https://forums.adobe.com/thread/28178</link>
      <description>&lt;!-- [DocumentBodyStart:66dbc99d-6732-4fb6-9e2e-b9e58e0c6589] --&gt;&lt;div class="jive-rendered-content"&gt;i have a page that has 2 iframes... 
&lt;br/&gt;
&lt;br/&gt;"iframe1" is a form "pstpg.cfm" that posts to itself and
writes to table... 
&lt;br/&gt;
&lt;br/&gt;when a visitor submits form in "iframe1" need it to tell
"dsppg.cfm" in "iframe2" to refresh.
&lt;br/&gt;
&lt;br/&gt;i know not a cf issue but driving me nuts
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66dbc99d-6732-4fb6-9e2e-b9e58e0c6589] --&gt;</description>
      <pubDate>Mon, 19 Jan 2009 23:28:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/28178</guid>
      <dc:date>2009-01-19T23:28:54Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>from CF 6 to 8</title>
      <link>https://forums.adobe.com/thread/35157</link>
      <description>&lt;!-- [DocumentBodyStart:e839a986-cfc6-45dd-8cbd-1f807d0b7119] --&gt;&lt;div class="jive-rendered-content"&gt;Hi people,
&lt;br/&gt;
&lt;br/&gt;I have a local server running CF 6 that i do local testing on
all my client sites running cf 5 - 7. A new client is running ver 8
and i was thinking of upgrading my local server... ???s
&lt;br/&gt;
&lt;br/&gt;is it a bugfree deal. will cf 8 just overwrite cf 6 server
and keep all the data, rds, custom tags, pointers to local files,
etc or do i have to reapply all that.
&lt;br/&gt;
&lt;br/&gt;will i have problems when testing cf 5 sites... these sites
are fairly conservative tag wise but i am worried some tages may be
depreciated to the point of gone... or radically rewritten.
&lt;br/&gt;
&lt;br/&gt;anything else i need to be aware of would be appreciated
&lt;br/&gt;
&lt;br/&gt;dell latitude d800, xp pro sp3, msSQL server2000 and the
Macromedia MX studio. i have already updated HS and Dreamweaver
with new tag updates.
&lt;br/&gt;
&lt;br/&gt;tnx in advance
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e839a986-cfc6-45dd-8cbd-1f807d0b7119] --&gt;</description>
      <pubDate>Thu, 20 Nov 2008 19:08:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/35157</guid>
      <dc:date>2008-11-20T19:08:39Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>upgrade from CF6 to CF8 server</title>
      <link>https://forums.adobe.com/thread/37921</link>
      <description>&lt;!-- [DocumentBodyStart:b0cff88f-9b02-4ede-b937-9b37ddcd3dab] --&gt;&lt;div class="jive-rendered-content"&gt;Hi people,
&lt;br/&gt;
&lt;br/&gt;sorry to duplicate but posted this in General Discussion.
&lt;br/&gt;
&lt;br/&gt;I have a local server running CF 6 that i do local testing on
all my client sites running cf 5 - 7. A new client is running ver 8
and i was thinking of upgrading my local server... ???s
&lt;br/&gt;
&lt;br/&gt;is it a bugfree deal. will cf 8 just overwrite cf 6 server
and keep all the data, rds, custom tags, pointers to local files,
etc or do i have to reapply all that.
&lt;br/&gt;
&lt;br/&gt;will i have problems when testing cf 5 sites... these sites
are fairly conservative tag wise but i am worried some tages may be
depreciated to the point of gone... or radically rewritten.
&lt;br/&gt;
&lt;br/&gt;anything else i need to be aware of would be appreciated
&lt;br/&gt;
&lt;br/&gt;dell latitude d800, xp pro sp3, msSQL server2000 and the
Macromedia MX studio. i have already updated HS and Dreamweaver
with new tag updates.
&lt;br/&gt;
&lt;br/&gt;tnx in advance
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0cff88f-9b02-4ede-b937-9b37ddcd3dab] --&gt;</description>
      <pubDate>Thu, 20 Nov 2008 20:53:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/37921</guid>
      <dc:date>2008-11-20T20:53:25Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Embed PDF in html or CF page</title>
      <link>https://forums.adobe.com/thread/39628</link>
      <description>&lt;!-- [DocumentBodyStart:9f770be2-4b83-4611-9b19-0b757c7c31d3] --&gt;&lt;div class="jive-rendered-content"&gt;i would like to call a specific page when visitor clicks on
link to a multipage PDF document....
&lt;br/&gt;
&lt;br/&gt;i have tried both of these tags and don't know where to go
next????
&lt;br/&gt;
&lt;br/&gt;&amp;lt;object data="thisbook.pdf" width="833" height="1050"
align="middle" border="1" &amp;gt;&amp;lt;/object&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;embed src="thisbook.pdf?" width="822" height="1090"
page="22" autostart="true"&amp;gt;&amp;lt;/embed&amp;gt;
&lt;br/&gt;
&lt;br/&gt;what would also be cool is if i could search for a particular
part number if requested...?
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f770be2-4b83-4611-9b19-0b757c7c31d3] --&gt;</description>
      <pubDate>Sat, 30 Aug 2008 00:38:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/39628</guid>
      <dc:date>2008-08-30T00:38:16Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Order By problem</title>
      <link>https://forums.adobe.com/thread/39739</link>
      <description>&lt;!-- [DocumentBodyStart:3afade6a-52be-41e4-935a-84803b75d202] --&gt;&lt;div class="jive-rendered-content"&gt;if a have a field of part numbers that was entered in random
order like:
&lt;br/&gt;
&lt;br/&gt;62A-1212
&lt;br/&gt;62A-44
&lt;br/&gt;62A-33
&lt;br/&gt;62A-1011
&lt;br/&gt;
&lt;br/&gt;they will come out in ASC
&lt;br/&gt;
&lt;br/&gt;as
&lt;br/&gt;62A-1011
&lt;br/&gt;62A-1212
&lt;br/&gt;62A-33
&lt;br/&gt;62A-44
&lt;br/&gt;
&lt;br/&gt;which is not what i need... that is:
&lt;br/&gt;
&lt;br/&gt;62A-33
&lt;br/&gt;62A-44
&lt;br/&gt;62A-1011
&lt;br/&gt;62A-1212
&lt;br/&gt;
&lt;br/&gt;any way to modify the asc/desc ORDER BY command???
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3afade6a-52be-41e4-935a-84803b75d202] --&gt;</description>
      <pubDate>Sat, 30 Aug 2008 09:48:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/39739</guid>
      <dc:date>2008-08-30T09:48:18Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>opening swf or pdf on specified page</title>
      <link>https://forums.adobe.com/thread/39575</link>
      <description>&lt;!-- [DocumentBodyStart:7139f3c4-f99e-4991-abcb-c46f313a2407] --&gt;&lt;div class="jive-rendered-content"&gt;i want to be able to open a swf flashpaper or pdf reader
catalog that is embeded in a html or cf page on a particular page
and even better, item... is there a way to do this in embed, object
or ????
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7139f3c4-f99e-4991-abcb-c46f313a2407] --&gt;</description>
      <pubDate>Sat, 30 Aug 2008 03:01:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/39575</guid>
      <dc:date>2008-08-30T03:01:55Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Embeding pdf docs in cfm file</title>
      <link>https://forums.adobe.com/thread/43954</link>
      <description>&lt;!-- [DocumentBodyStart:12c5235c-ab2c-4c6b-9ea4-83ca44e2fd75] --&gt;&lt;div class="jive-rendered-content"&gt;Hi people,
&lt;br/&gt;
&lt;br/&gt;I am embeding a pdf doc in a cf page and hate the acrobat
reader which forms a frame around the doc. is there anyway to
select just several controls such as zoom - page back and foward
print...? 
&lt;br/&gt;
&lt;br/&gt;site is cf7
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:12c5235c-ab2c-4c6b-9ea4-83ca44e2fd75] --&gt;</description>
      <pubDate>Wed, 27 Aug 2008 22:57:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/43954</guid>
      <dc:date>2008-08-27T22:57:37Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>opening .doc and .pdf without interface tools</title>
      <link>https://forums.adobe.com/thread/46663</link>
      <description>&lt;!-- [DocumentBodyStart:e97c2216-8c89-4c51-884d-d75840697a38] --&gt;&lt;div class="jive-rendered-content"&gt;hi gang,
&lt;br/&gt;
&lt;br/&gt;i have several sites that include word docs and pdfs for
viewing and download... problem is, when you click on link, window
that opens has either a text editing interface for docs or an adobe
interface with tools for pdfs...
&lt;br/&gt;
&lt;br/&gt;is there a way to open just a window with the document
only... sort of like the javascript for opening html pop-up windows
that sets things like size, toolbar, etc.
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e97c2216-8c89-4c51-884d-d75840697a38] --&gt;</description>
      <pubDate>Thu, 31 Jul 2008 23:50:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/46663</guid>
      <dc:date>2008-07-31T23:50:42Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfcontent to excel</title>
      <link>https://forums.adobe.com/thread/61822</link>
      <description>&lt;!-- [DocumentBodyStart:74dda361-7301-49c3-ac94-86041eacf4d5] --&gt;&lt;div class="jive-rendered-content"&gt;I am creating an excel file in cf7 and all works well except
when a part number begins with a 0 - i need the number to always
have 5 digits as in 01234 or 12345.
&lt;br/&gt;
&lt;br/&gt;i have tried doing a Numberformat(partnum, '00000') to no
avail.
&lt;br/&gt;
&lt;br/&gt;can i force using "TabChar" or something?
&lt;br/&gt;
&lt;br/&gt;noticed the the field in the created excel file will not
accept a 0 even typed in manually.
&lt;br/&gt;
&lt;br/&gt;thanks in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74dda361-7301-49c3-ac94-86041eacf4d5] --&gt;</description>
      <pubDate>Thu, 13 Sep 2007 23:17:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/61822</guid>
      <dc:date>2007-09-13T23:17:52Z</dc:date>
      <clearspace:dateToText>7 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>integer with leading zeros</title>
      <link>https://forums.adobe.com/thread/62754</link>
      <description>&lt;!-- [DocumentBodyStart:5fc29eb2-861c-4284-96a4-338bf70e34ca] --&gt;&lt;div class="jive-rendered-content"&gt;i have an msAccess db that i need to move over to msSQL2000
and a numeric field of part numbers always has 5 digits: example:
12345, 01234, 00123.... 
&lt;br/&gt;
&lt;br/&gt;in msAccess the field data type is "number" with a format of
"00000" which maintains leading zeros.
&lt;br/&gt;
&lt;br/&gt;problem is that i cannot figure out to create an equivilant
numeric field that maintains leading zeros in msSQL2000. would
prefer not to use "char"
&lt;br/&gt;
&lt;br/&gt;thanks in advance
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5fc29eb2-861c-4284-96a4-338bf70e34ca] --&gt;</description>
      <pubDate>Sat, 15 Sep 2007 19:37:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/62754</guid>
      <dc:date>2007-09-15T19:37:15Z</dc:date>
      <clearspace:dateToText>7 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>displaying cfcontent on local server</title>
      <link>https://forums.adobe.com/thread/57699</link>
      <description>&lt;!-- [DocumentBodyStart:dbcd9ba7-4b36-4718-a62a-270d57f1d354] --&gt;&lt;div class="jive-rendered-content"&gt;i am creating an excel file using cfcontent. when i test on
my local cf7 server, get a blank page... no error, nothing.
&lt;br/&gt;
&lt;br/&gt;when i post on remote server, works fine.
&lt;br/&gt;
&lt;br/&gt;i read somewhere that you can turn on/off cfcontent
processing in cf administrator but can find no reference or if that
is even the problem...?
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dbcd9ba7-4b36-4718-a62a-270d57f1d354] --&gt;</description>
      <pubDate>Mon, 03 Sep 2007 21:36:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/57699</guid>
      <dc:date>2007-09-03T21:36:40Z</dc:date>
      <clearspace:dateToText>7 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>flash to wmv</title>
      <link>https://forums.adobe.com/thread/76145</link>
      <description>&lt;!-- [DocumentBodyStart:3fe5dc3b-5a6d-4c51-b01b-01c3e0dfd923] --&gt;&lt;div class="jive-rendered-content"&gt;can i convert from flash (swf) or raw files in captivate to
wmv???
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3fe5dc3b-5a6d-4c51-b01b-01c3e0dfd923] --&gt;</description>
      <pubDate>Thu, 12 Jul 2007 20:58:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/76145</guid>
      <dc:date>2007-07-12T20:58:01Z</dc:date>
      <clearspace:dateToText>7 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>rds connection in Homesite</title>
      <link>https://forums.adobe.com/thread/81412</link>
      <description>&lt;!-- [DocumentBodyStart:df0c7bdf-3383-4135-9632-c43d2a579e4e] --&gt;&lt;div class="jive-rendered-content"&gt;hi all,
&lt;br/&gt;
&lt;br/&gt;i recently had a sever system rebuild (msUpdate methinks) and
when i got my computer back from my tech guy, all seemed fine
msSQL, cf server etc. Localhost works fine.
&lt;br/&gt;
&lt;br/&gt;problem is trying to get homesite to find my datasources. i
don't remember what i put in the create rds box but all the
combinations (many, many) i have tried do not work
&lt;br/&gt;
&lt;br/&gt;box asks:
&lt;br/&gt;
&lt;br/&gt;- description
&lt;br/&gt;- host name
&lt;br/&gt;
&lt;br/&gt;allaire RDS security
&lt;br/&gt;- user name
&lt;br/&gt;- password
&lt;br/&gt;- port (80 default) (check box) use ssl --- don't use for
local
&lt;br/&gt;
&lt;br/&gt;- (check box) prompt for security
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;get this error message when I click on any of the "RDS
servers" i created in above window...
&lt;br/&gt;
&lt;br/&gt;Error - X "Privileged Instruction" 
&lt;br/&gt;
&lt;br/&gt;all i know is a named rds use to open all my msSQL and access
dbs at once and i don't remember how i originally set it up. 
&lt;br/&gt;
&lt;br/&gt;mounting frustration... tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:df0c7bdf-3383-4135-9632-c43d2a579e4e] --&gt;</description>
      <pubDate>Tue, 26 Jun 2007 20:17:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/81412</guid>
      <dc:date>2007-06-26T20:17:58Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>add RDS server in HomeSite</title>
      <link>https://forums.adobe.com/thread/81462</link>
      <description>&lt;!-- [DocumentBodyStart:456037ff-79b0-45b8-ab99-290f7a533fcb] --&gt;&lt;div class="jive-rendered-content"&gt;Had to reinstall MX7 suite and forgot how to set up RDS
server in homesite so i can view my dBs.
&lt;br/&gt;
&lt;br/&gt;my dbs are internal (testbed) so have no username or
password.
&lt;br/&gt;
&lt;br/&gt;also trying to connect, created several listings... can i
delete these??
&lt;br/&gt;
&lt;br/&gt;tnx in advance.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:456037ff-79b0-45b8-ab99-290f7a533fcb] --&gt;</description>
      <pubDate>Thu, 21 Jun 2007 19:33:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/81462</guid>
      <dc:date>2007-06-21T19:33:54Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>rds connection in Homesite</title>
      <link>https://forums.adobe.com/thread/79062</link>
      <description>&lt;!-- [DocumentBodyStart:6031a1a2-c02a-4407-8e66-a53c84c3bf8c] --&gt;&lt;div class="jive-rendered-content"&gt;hi all,
&lt;br/&gt;
&lt;br/&gt;i recently had a sever system rebuild (msUpdate methinks) and
when i got my computer back from my tech guy, all seemed fine
msSQL, cf server etc. Localhost works fine.
&lt;br/&gt;
&lt;br/&gt;problem is trying to get homesite to find my datasources. i
don't remember what i put in the create rds box but all the
combinations (many, many) i have tried do not work
&lt;br/&gt;
&lt;br/&gt;box asks:
&lt;br/&gt;
&lt;br/&gt;- description
&lt;br/&gt;- host name
&lt;br/&gt;
&lt;br/&gt;allaire RDS security
&lt;br/&gt;- user name
&lt;br/&gt;- password
&lt;br/&gt;- port (80 default) (check box) use ssl --- don't use for
local
&lt;br/&gt;
&lt;br/&gt;- (check box) prompt for security
&lt;br/&gt;
&lt;br/&gt;all i know is a named rds use to open all my msSQL and access
dbs at once and i don't remember how i originally set it up. 
&lt;br/&gt;
&lt;br/&gt;mounting frustration... tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6031a1a2-c02a-4407-8e66-a53c84c3bf8c] --&gt;</description>
      <pubDate>Mon, 25 Jun 2007 02:05:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/79062</guid>
      <dc:date>2007-06-25T02:05:55Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>powerpoint in page</title>
      <link>https://forums.adobe.com/thread/152132</link>
      <description>&lt;!-- [DocumentBodyStart:a497e5a8-9903-4bc2-8be0-8ed987b48148] --&gt;&lt;div class="jive-rendered-content"&gt;i use this code to embed a video file in a cf site:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;embed src="
&lt;a class="jive-link-external-small" href="http://mysite.com/pages/vid/#vid_file#" rel="nofollow"&gt;http://mysite.com/pages/vid/#vid_file#"&lt;/a&gt;
width="408" height="375" autostart="1"
showstatusbar=1&amp;gt;&amp;lt;/embed&amp;gt;
&lt;br/&gt;
&lt;br/&gt;is there something similar for a powerpoint presentation.
pref with ppt controls. 
&lt;br/&gt;
&lt;br/&gt;also seems that i have to call the root (domain) of site to
get video file to load ok... is this normal???
&lt;br/&gt;
&lt;br/&gt;tnx in advance.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a497e5a8-9903-4bc2-8be0-8ed987b48148] --&gt;</description>
      <pubDate>Sat, 28 Apr 2007 07:44:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/152132</guid>
      <dc:date>2007-04-28T07:44:34Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF disaster - windows crash</title>
      <link>https://forums.adobe.com/thread/165899</link>
      <description>&lt;!-- [DocumentBodyStart:f5d380c2-998e-48c1-ae25-fc589f82c474] --&gt;&lt;div class="jive-rendered-content"&gt;cfmx 6, win xp pro. had a total computer crash and my tech
got mostly up. msSQL2000 server running but cf cannot seem to find
databases in that and access. also when i try to test db in odbc
admin, am told connection cannot be found.
&lt;br/&gt;
&lt;br/&gt;on localhost,
&lt;br/&gt;
&lt;br/&gt;cfm pages with no sql load ok but pages with sql show actual
query text....?
&lt;br/&gt;
&lt;br/&gt;when i try to start cfadmin, get window asking where i want
to save file.
&lt;br/&gt;
&lt;br/&gt;help much appreciated.
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5d380c2-998e-48c1-ae25-fc589f82c474] --&gt;</description>
      <pubDate>Sun, 11 Mar 2007 01:00:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/165899</guid>
      <dc:date>2007-03-11T01:00:40Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>pipeing many gigs</title>
      <link>https://forums.adobe.com/thread/91427</link>
      <description>&lt;!-- [DocumentBodyStart:5476b312-f6d1-4683-86c5-258e5ca7e775] --&gt;&lt;div class="jive-rendered-content"&gt;off subject maybe but...
&lt;br/&gt;
&lt;br/&gt;job i am bidding on has 25-30 gb of eps files that need to be
loaded on a hosted server... as my slow cingular dsl would surly
snap and i would be forever bound trying to upload this beastly
amount of data... was wondering if anyone knows of a resource with
a fat pipeline that could do.
&lt;br/&gt;
&lt;br/&gt;hosting company won't do... say security issue so must do
from remote.
&lt;br/&gt;files either as dvd or on portable hd.
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5476b312-f6d1-4683-86c5-258e5ca7e775] --&gt;</description>
      <pubDate>Wed, 08 Nov 2006 07:00:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/91427</guid>
      <dc:date>2006-11-08T07:00:21Z</dc:date>
      <clearspace:dateToText>8 years 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>forbidden characters</title>
      <link>https://forums.adobe.com/thread/280215</link>
      <description>&lt;!-- [DocumentBodyStart:fa29b599-5241-4bb1-b643-9208b66a1d63] --&gt;&lt;div class="jive-rendered-content"&gt;is there a simple way to include symbols such as quotation
marks, pound symbols, or other forbidden characters in dynamic
content such as form fields?
&lt;br/&gt;
&lt;br/&gt;seems to throw off both insert to database calls and page
display.
&lt;br/&gt;
&lt;br/&gt;i have been using ReplaceList to replace/restore special
characters but is both weighty and doesn't always work as expected.
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fa29b599-5241-4bb1-b643-9208b66a1d63] --&gt;</description>
      <pubDate>Sun, 17 Sep 2006 23:14:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/280215</guid>
      <dc:date>2006-09-17T23:14:55Z</dc:date>
      <clearspace:dateToText>8 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>creating variable via looped link</title>
      <link>https://forums.adobe.com/thread/264098</link>
      <description>&lt;!-- [DocumentBodyStart:c6b79243-9cef-450f-a1e5-ddf99ae5873a] --&gt;&lt;div class="jive-rendered-content"&gt;i am sending a url with a variable that is a modified series
of variables
&lt;br/&gt;
&lt;br/&gt;sublnk=SECID=2*SECTSUBID=2*SECTSUB1ID=90
&lt;br/&gt;
&lt;br/&gt;i replaced the "&amp;amp;" with "*" because it is a sub variable
in url string (i.e) sublnk=#sublnk#...? (please don't ask)
&lt;br/&gt;
&lt;br/&gt;anyway when i get to the display page i need to split up and
make variables of SECID, SECTSUBID, SECTSUB1ID
&lt;br/&gt;
&lt;br/&gt;I tried a list loop:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfloop index="catzzz" list="#sublnk#" delimiters="*"&amp;gt;
&lt;br/&gt; &amp;lt;cfset #catzzz#&amp;gt;
&lt;br/&gt;&amp;lt;/cfloop&amp;gt; 
&lt;br/&gt;
&lt;br/&gt;what i want is:
&lt;br/&gt;&amp;lt;cfset SECID=2&amp;gt;, etc.
&lt;br/&gt;
&lt;br/&gt;does not work.... ????
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c6b79243-9cef-450f-a1e5-ddf99ae5873a] --&gt;</description>
      <pubDate>Sun, 20 Aug 2006 22:07:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/264098</guid>
      <dc:date>2006-08-20T22:07:34Z</dc:date>
      <clearspace:dateToText>8 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>oneCare</title>
      <link>https://forums.adobe.com/thread/6860</link>
      <description>&lt;!-- [DocumentBodyStart:c9c98345-c595-47c3-8d36-c369d492e6c2] --&gt;&lt;div class="jive-rendered-content"&gt;probably not supposed to discuss new products but just yanked
McAfee off and installed OneCare without a hitch and my servers,
everything is running like i added a second processor.....
&lt;br/&gt;
&lt;br/&gt;msSQL local and remote much faster
&lt;br/&gt;IIS faster
&lt;br/&gt;cfserver localhost much faster
&lt;br/&gt;
&lt;br/&gt;impressed.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c9c98345-c595-47c3-8d36-c369d492e6c2] --&gt;</description>
      <pubDate>Fri, 11 Aug 2006 23:52:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/6860</guid>
      <dc:date>2006-08-11T23:52:20Z</dc:date>
      <clearspace:dateToText>8 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>image based on window height</title>
      <link>https://forums.adobe.com/thread/15582</link>
      <description>&lt;!-- [DocumentBodyStart:c6220ddf-5004-43ab-af4a-5b3c9270a088] --&gt;&lt;div class="jive-rendered-content"&gt;thanks to "dpretlor" i now have a window height in "window
height" forum which had gone crazy with multiple duplicate posts
(15) that entry so will continue here...
&lt;br/&gt;
&lt;br/&gt;if i have a js output "document.body.clientHeight" is LTE
"500" i need to load picture1
&lt;br/&gt;if it is GT than "500", i need to load picture2
&lt;br/&gt;
&lt;br/&gt;can i do this on the server side (probably not...) so then
how to do on client side.
&lt;br/&gt;
&lt;br/&gt;be aware i am very weak on js so...
&lt;br/&gt;
&lt;br/&gt;code supplied by "dpretlor" with thanks
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c6220ddf-5004-43ab-af4a-5b3c9270a088] --&gt;</description>
      <pubDate>Tue, 08 Aug 2006 05:44:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/15582</guid>
      <dc:date>2006-08-08T05:44:11Z</dc:date>
      <clearspace:dateToText>8 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>window height</title>
      <link>https://forums.adobe.com/thread/6395</link>
      <description>&lt;!-- [DocumentBodyStart:a366adc0-c8f1-4e4d-9e35-fe365507cc84] --&gt;&lt;div class="jive-rendered-content"&gt;want to get height of browser (and/or frame) window and
convert that height to a cf variable as in "cfset="
&lt;br/&gt;
&lt;br/&gt;not being that great with js... please post all code.
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a366adc0-c8f1-4e4d-9e35-fe365507cc84] --&gt;</description>
      <pubDate>Mon, 07 Aug 2006 21:11:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/6395</guid>
      <dc:date>2006-08-07T21:11:29Z</dc:date>
      <clearspace:dateToText>8 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>array and iframe</title>
      <link>https://forums.adobe.com/thread/12554</link>
      <description>&lt;!-- [DocumentBodyStart:f0a03647-146d-4e8b-91c5-f17319e766c1] --&gt;&lt;div class="jive-rendered-content"&gt;i have a automatically refreshing page within an iframe
(iframe page) that needs to loop thru rows of a table in sequence
so that new a new picture and text is displayed on each refresh.
&lt;br/&gt;
&lt;br/&gt;rather than doing a query on each refresh (every 5 secs.) i
set up the query and array on the page that contains the iframe
(main page).
&lt;br/&gt;
&lt;br/&gt;problem is that the iframe page cannot find the array....
&lt;br/&gt;
&lt;br/&gt;this "test display" is from query and query loop to set up
array... "main page"
&lt;br/&gt;
&lt;br/&gt;picID: 1, picfile: rocket.jpg, piccmts: rocket stage
&lt;br/&gt;picID: 2, picfile: pell.jpg, piccmts: Safety - Pell -
Advanced
&lt;br/&gt;picID: 3, picfile: service.jpg, piccmts: Service with a smile
- modus opperandi., 
&lt;br/&gt;picID: 4, picfile: rope.jpg, piccmts: Rope in Action, 
&lt;br/&gt;picID: 5, picfile: marine.jpg, piccmts: 500 lbs - Marine
Applications, 
&lt;br/&gt;picID: 6, picfile: recovery.jpg, piccmts: Recovery in Action,

&lt;br/&gt;picID: 7, picfile: adj.jpg, piccmts: Adf in Action, 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;would then output data in iframe page based on loop to
display row as in picID = 5
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfoutput&amp;gt;
&lt;br/&gt; #picarry[5][2]# - #picarry[5][3]#
&lt;br/&gt;&amp;lt;/cfoutput&amp;gt;
&lt;br/&gt;
&lt;br/&gt;"marine.jpg" and "500 lbs - Marine Applications"
&lt;br/&gt;
&lt;br/&gt;since iframe is in (sub to) "Main Page"... why can't it find
array... is there a workaround. do not want to ping db every
refresh of iframe.
&lt;br/&gt;
&lt;br/&gt;if this won't work, any other solution would be greatly
appreciated
&lt;br/&gt;
&lt;br/&gt;tnx in advance
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f0a03647-146d-4e8b-91c5-f17319e766c1] --&gt;</description>
      <pubDate>Wed, 02 Aug 2006 08:32:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/12554</guid>
      <dc:date>2006-08-02T08:32:51Z</dc:date>
      <clearspace:dateToText>8 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>get fieldname</title>
      <link>https://forums.adobe.com/thread/111761</link>
      <description>&lt;!-- [DocumentBodyStart:a806a61a-868f-4bf6-a766-105945e14163] --&gt;&lt;div class="jive-rendered-content"&gt;i have a table with over 60 fileds. 
&lt;br/&gt;
&lt;br/&gt;each product group may only use some of the fields. 
&lt;br/&gt;
&lt;br/&gt;is there a way to get the fieldname the product group is
using so i dont have to fish thru the whole table
&lt;br/&gt;
&lt;br/&gt;a non-working guess
&lt;br/&gt;
&lt;br/&gt;SELECT fieldnames
&lt;br/&gt;FROM mytable
&lt;br/&gt;WHERE (prodgrp = "cats") and (field IS NOT " ")
&lt;br/&gt;
&lt;br/&gt;i know this is way off, but.....
&lt;br/&gt;
&lt;br/&gt;tnx in advance
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a806a61a-868f-4bf6-a766-105945e14163] --&gt;</description>
      <pubDate>Sun, 16 Jul 2006 22:13:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/111761</guid>
      <dc:date>2006-07-16T22:13:44Z</dc:date>
      <clearspace:dateToText>8 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Microsoft OneCare</title>
      <link>https://forums.adobe.com/thread/63639</link>
      <description>&lt;!-- [DocumentBodyStart:c84bd0cd-73d2-4988-b91e-0c484a3661cf] --&gt;&lt;div class="jive-rendered-content"&gt;I am tired of McAfee's bs and so would like to switch to ms
OneCare... has anyone heard of issues with CFMX server, iis or
msSQL2000 server...?
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c84bd0cd-73d2-4988-b91e-0c484a3661cf] --&gt;</description>
      <pubDate>Sun, 09 Jul 2006 05:58:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/63639</guid>
      <dc:date>2006-07-09T05:58:25Z</dc:date>
      <clearspace:dateToText>8 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfif and deliminated list</title>
      <link>https://forums.adobe.com/thread/14947</link>
      <description>&lt;!-- [DocumentBodyStart:ccdd96dc-5394-4f40-b7e5-283d6bab42aa] --&gt;&lt;div class="jive-rendered-content"&gt;
&lt;br/&gt;
&lt;br/&gt; &amp;lt;cfset catz = "12,1"&amp;gt;
&lt;br/&gt; &amp;lt;cfset dogz = 2&amp;gt;
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;cfif catz CONTAINS #dogz#&amp;gt;
&lt;br/&gt; y
&lt;br/&gt; &amp;lt;cfelse&amp;gt;
&lt;br/&gt; n 
&lt;br/&gt; &amp;lt;/cfif&amp;gt; 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I need to know if the value "2" is in this statement... not
if the digit "2" is there... what am i missing?
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ccdd96dc-5394-4f40-b7e5-283d6bab42aa] --&gt;</description>
      <pubDate>Tue, 04 Jul 2006 20:47:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/14947</guid>
      <dc:date>2006-07-04T20:47:22Z</dc:date>
      <clearspace:dateToText>8 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>text blocks from included page</title>
      <link>https://forums.adobe.com/thread/254856</link>
      <description>&lt;!-- [DocumentBodyStart:9eecf9a8-06c5-4376-9836-cf2692a05b25] --&gt;&lt;div class="jive-rendered-content"&gt;i have landed a catalog site...
&lt;br/&gt;
&lt;br/&gt;each page has a dynamic table but the table styles are all
over the place (don't ask)....what i want to do is have a page with
the table heads blocked out so i can reference on the fly.
&lt;br/&gt;
&lt;br/&gt;this page would have each table head rows (up to 3 with col
and row spans) as a block and i need to pull up that block only.
&lt;br/&gt;
&lt;br/&gt;is there a cf tag that i can isolate that text block in?
needs a closing tag and be named in a cfoutput tag.
&lt;br/&gt;
&lt;br/&gt;think would reference in display page with cfinclude as in
&amp;lt;cfinclude template="tableheads.cfm?hd=a"&amp;gt; or something.
&lt;br/&gt;
&lt;br/&gt;tnx in advance&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9eecf9a8-06c5-4376-9836-cf2692a05b25] --&gt;</description>
      <pubDate>Sun, 02 Jul 2006 18:32:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/254856</guid>
      <dc:date>2006-07-02T18:32:04Z</dc:date>
      <clearspace:dateToText>8 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Authenticate Email address</title>
      <link>https://forums.adobe.com/thread/126261</link>
      <description>&lt;!-- [DocumentBodyStart:d9dfa0d8-b798-4c64-9fd1-94d1e477049a] --&gt;&lt;div class="jive-rendered-content"&gt;I seem to remember a tag that would authenticate an email
address. problem i am having is when spooling thru large list on
send, bad email address causes error and stops send.
&lt;br/&gt;
&lt;br/&gt;tnx in advance.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9dfa0d8-b798-4c64-9fd1-94d1e477049a] --&gt;</description>
      <pubDate>Sun, 11 Jun 2006 20:38:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/126261</guid>
      <dc:date>2006-06-11T20:38:38Z</dc:date>
      <clearspace:dateToText>8 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

