<?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>Fri, 05 Aug 2011 13:30:00 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2011-08-05T13:30:00Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>smpp gateway</title>
      <link>https://forums.adobe.com/thread/886942</link>
      <description>&lt;!-- [DocumentBodyStart:b7275e31-a559-4393-bf59-86623cb11f2d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi i am having some problems with the smpp gateway which are&lt;/p&gt;&lt;ol&gt;&lt;li&gt;some message id are not coming back to me&lt;/li&gt;&lt;li&gt;lots of statuses are not coming back to me&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i am not sure what i causing this out of 3000 sms sent 200 had no status returned and 60 had no message id, any ideas how i can debug or solve this i have attached my cfg file.&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;#&lt;br/&gt;# SMSGateway configuration file&lt;br/&gt;# Test server config&lt;br/&gt;#&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# This is the IP address of SMSC&lt;br/&gt;ip-address=sms1.cardboardfish.com&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Port to bind to&lt;br/&gt;port=8000&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Your system id&lt;br/&gt;system-id=my_username&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Your password&lt;br/&gt;password=my_password&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The source address for this client&lt;br/&gt;source-ton=5&lt;br/&gt;source-npi=0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# This is a made-up address&lt;br/&gt;source-address=5551213&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The address range this smpp client will serve&lt;br/&gt;# Generally the same as your source address&lt;br/&gt;addr-ton=5&lt;br/&gt;addr-npi=0&lt;br/&gt;address-range=5551213&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Message sending rate; how many messages per second is the&lt;br/&gt;# gateway allowed to send to your service provider.&amp;nbsp; &lt;br/&gt;# This can be a decimal (i.e. 0.1). 0 is unlimited.&lt;br/&gt;# The default is 100 messages per second.&lt;br/&gt;message-rate=100.0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The mode of the gateway; Either synchronous or asynchronous&lt;br/&gt;# In synchronous mode the gateway will wait for the response&lt;br/&gt;# from the server when sending a message and the SendGatewayMessage()&lt;br/&gt;# CFML function will return the SMS messageID of the message&lt;br/&gt;# or an empty string if their is an error.&amp;nbsp; In asynchronous mode,&lt;br/&gt;# the gateway will not wait for a response and the SMS messageID&lt;br/&gt;# will NOT be returned from SendGatewayMessage().&lt;br/&gt;# The default is synchronous.&lt;br/&gt;mode=synchronous&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Should the gateway retry delivery on Network Errors?&lt;br/&gt;# If a network error occurs while trying to deliver a message,&lt;br/&gt;# should the message be queued for delivery when the gateway&lt;br/&gt;# is able to re-bind to the SMSC.&amp;nbsp; This is useful if the gateway&lt;br/&gt;# is in asynchronous mode, where no error status is returned from&lt;br/&gt;# the CFML SendGatewayMessage() function.&lt;br/&gt;# The default is no.&lt;br/&gt;network-retry=no&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Should the gateway retry delievery on Transient Errors?&lt;br/&gt;# If an error is returned from the SMSC that indicates&lt;br/&gt;# the message may be able to be delivered in the future,&lt;br/&gt;# should the gateway attemp to resend send the message?&lt;br/&gt;# This is useful if the gateway is in asynchronous mode,&lt;br/&gt;# where no error status is returned from the CFML &lt;br/&gt;# SendGatewayMessage() function.&lt;br/&gt;# The default is no.&lt;br/&gt;transient-retry=no&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;##################################################&lt;br/&gt;# Everything below here is usually OK.&lt;br/&gt;##################################################&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The function in the Gateway CFC which the is called&lt;br/&gt;# when an incoming message arrives.&lt;br/&gt;#&lt;br/&gt;cfc-method=onIncomingMessage&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The default destination address info&lt;br/&gt;destination-ton=1&lt;br/&gt;destination-npi=1&lt;br/&gt;# You can't have a default destination&lt;br/&gt;# destination-address=&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;# The service type can be empty or one of&lt;br/&gt;# the following values:&lt;br/&gt;# CMT, CPT, VMN, VMA, WAP or USSD&lt;br/&gt;# service-type=&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# From the spec:&lt;br/&gt;# Identifies the type of system requesting the bind.&lt;br/&gt;# This may enable SMSC responses which are&lt;br/&gt;# particular to a given type of ESME.&lt;br/&gt;system-type=SMPP&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The receive timeout is a timeout for trying to receive a message&lt;br/&gt;# from the SMSC. If you want go to infinite wait until a PDU&lt;br/&gt;# is received, set the receive-timeout to -1. &lt;br/&gt;# The value is in seconds.&amp;nbsp; The default is 30 seconds.&lt;br/&gt;receive-timeout=10&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The ping interval is how often the SMS Gateway will send an&lt;br/&gt;# EnquireLink PDU to the server to verify the health of the connection.&lt;br/&gt;# The value is in seconds.&amp;nbsp; The default is 60 seconds.&lt;br/&gt;ping-interval=60&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# The number of connection attempts the gateway will make until it gives up.&lt;br/&gt;# Use -1 to retry until connected.&amp;nbsp; The default is -1 (try forever).&lt;br/&gt;retries=-1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;# Connection retry interval; how long to wait between connection attemps.&lt;br/&gt;# The value is in seconds.&amp;nbsp; The default is 10 seconds.&lt;br/&gt;retry-interval=10&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b7275e31-a559-4393-bf59-86623cb11f2d] --&gt;&lt;img src='/beacon?t=1415919721371' /&gt;</description>
      <pubDate>Fri, 05 Aug 2011 13:30:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/886942</guid>
      <dc:date>2011-08-05T13:30:00Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sms event gateway</title>
      <link>https://forums.adobe.com/thread/221882</link>
      <description>&lt;!-- [DocumentBodyStart:db780a25-93a7-4e67-a071-546d4cee9d86] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am looking at using the sms event gateway, i have tried
to start the instance of SMS Menu App - 5551212
&lt;br/&gt;using 
&lt;br/&gt;C:/ColdFusion8/gateway/cfc/examples/menu/main.cfc
&lt;br/&gt;C:/ColdFusion8/gateway/config/sms-test.cfg - (i have
configured this to send to my provider with the correct smpp
settings)
&lt;br/&gt;
&lt;br/&gt;but i get Failed when i try to start this, any ideas?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:db780a25-93a7-4e67-a071-546d4cee9d86] --&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:02:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/221882</guid>
      <dc:date>2009-02-24T15:02:37Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sceduled task question</title>
      <link>https://forums.adobe.com/thread/207644</link>
      <description>&lt;!-- [DocumentBodyStart:638dd896-b0b7-4731-a8db-faf7b585a14b] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a scheduled task that runs every 61 secs
&lt;br/&gt;
&lt;br/&gt;this task loops through a table added rows to a xml file then
deleted each row.
&lt;br/&gt;
&lt;br/&gt;what i am worried about is this...
&lt;br/&gt;
&lt;br/&gt;if i had 10,000 records, the scheduled task starts to
process, what happens if this process takes longer than 61 secs,
will the next scheduled task start, or would it only run once the
first task is complete?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:638dd896-b0b7-4731-a8db-faf7b585a14b] --&gt;</description>
      <pubDate>Fri, 30 Jan 2009 19:04:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/207644</guid>
      <dc:date>2009-01-30T19:04:03Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cf 8 .net</title>
      <link>https://forums.adobe.com/thread/206333</link>
      <description>&lt;!-- [DocumentBodyStart:37522692-7898-4d0c-9575-193b46a5863a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i 2 question re cf 8
&lt;br/&gt;
&lt;br/&gt;1. is it possible to create a asp.net user control and then
call it via cfinclude?
&lt;br/&gt;
&lt;br/&gt;2. i have a scheduled task running every 61 seconds, this
task loops through a sql server database table and for each record
it posts info to a xml url, then deletes that current record.
&lt;br/&gt;
&lt;br/&gt;this works fine, but i am started to sometimes get up to
10,000 records inserted at one time which can be slow, i am just
wondering if there is a better way to do this, ie is schedule task
the way to go?
&lt;br/&gt;
&lt;br/&gt;basically any record that gets inserted into this table must
be then posted as xml then deleted.
&lt;br/&gt;
&lt;br/&gt;i was wondering if i could do somethig sql side of things? i
am using sql express 2008&lt;/div&gt;&lt;!-- [DocumentBodyEnd:37522692-7898-4d0c-9575-193b46a5863a] --&gt;</description>
      <pubDate>Fri, 30 Jan 2009 11:45:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/206333</guid>
      <dc:date>2009-01-30T11:45:20Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>jrun timeout</title>
      <link>https://forums.adobe.com/thread/24205</link>
      <description>&lt;!-- [DocumentBodyStart:91074449-6c14-4cf1-83b4-5b93b47b6455] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a dedicated server with coldfusion, i ran a fairly
big sql query, while this was running my website went down saying
jrun timeout error..
&lt;br/&gt;
&lt;br/&gt;what would be the best way to stop this from
happening?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:91074449-6c14-4cf1-83b4-5b93b47b6455] --&gt;</description>
      <pubDate>Sat, 10 Jan 2009 17:03:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/24205</guid>
      <dc:date>2009-01-10T17:03:38Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfajax javascript</title>
      <link>https://forums.adobe.com/thread/26239</link>
      <description>&lt;!-- [DocumentBodyStart:c78cc46b-47b2-422b-bfb2-6fa508202b9b] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am testing out cfajax and i come up against a problem, i
have commented out what i need to do below
&lt;br/&gt;
&lt;br/&gt;function getNBADivisionStanding(GroupId)
&lt;br/&gt;{
&lt;br/&gt;//i need to set a public property here GroupId
&lt;br/&gt;DWREngine._execute(_cfscriptLocation, null,
'nbadivisionstanding33', GroupId, NBADivisionStandingResult);
&lt;br/&gt;}
&lt;br/&gt;function NBADivisionStandingResult(teams)
&lt;br/&gt;{
&lt;br/&gt;//i need to access the public property here GroupId - so
g2787 below will then become GroupId 
&lt;br/&gt;// i also need to removeAllRows from any element id starting
with "g".
&lt;br/&gt;DWRUtil.removeAllRows("g2787");
&lt;br/&gt;DWRUtil.addRows("g2787", teams, [ getState, getWon, getLost
])
&lt;br/&gt;}&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c78cc46b-47b2-422b-bfb2-6fa508202b9b] --&gt;</description>
      <pubDate>Sun, 11 Jan 2009 09:47:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/26239</guid>
      <dc:date>2009-01-11T09:47:19Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xml parse</title>
      <link>https://forums.adobe.com/thread/21799</link>
      <description>&lt;!-- [DocumentBodyStart:cbe7def2-7a5f-4bcf-8d5a-05f319f02b96] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am setting variable from a xml post using
&lt;br/&gt;
&lt;br/&gt;xmlObj.XmlRoot.authentification[1].XmlChildren[0]["XmlText"]
&lt;br/&gt;
&lt;br/&gt;but i really need to specify the name of the child rather
than the index, just not sure how to do this, i have tried
&lt;br/&gt;xmlObj.XmlRoot.authentification[1].XmlChildren["master"]["XmlText"]
&lt;br/&gt;
&lt;br/&gt;any ideas?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cbe7def2-7a5f-4bcf-8d5a-05f319f02b96] --&gt;</description>
      <pubDate>Sat, 20 Dec 2008 08:28:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/21799</guid>
      <dc:date>2008-12-20T08:28:14Z</dc:date>
      <clearspace:dateToText>5 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cftextarea</title>
      <link>https://forums.adobe.com/thread/234171</link>
      <description>&lt;!-- [DocumentBodyStart:993b4503-c524-44c4-ad74-c6b252fd9e23] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a cftextarea
&lt;br/&gt;
&lt;br/&gt;i need to populate the value param if a session isdefined, i
have tried this using javascript, but cant get it to work, any
ideas how to do this?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfif isdefined ("session.message")&amp;gt;
&lt;br/&gt;this.form.message.value = "message here"
&lt;br/&gt;&amp;lt;/cfif&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:993b4503-c524-44c4-ad74-c6b252fd9e23] --&gt;</description>
      <pubDate>Sun, 30 Nov 2008 22:37:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/234171</guid>
      <dc:date>2008-11-30T22:37:47Z</dc:date>
      <clearspace:dateToText>5 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>saving an excel file from the server</title>
      <link>https://forums.adobe.com/thread/222938</link>
      <description>&lt;!-- [DocumentBodyStart:526c6c52-eaf8-4d41-9ccb-df5fe6441731] --&gt;&lt;div class="jive-rendered-content"&gt;hi i have a excel file stored on the webserver, what is the
best way do have a onclick which opens up a save as box?
&lt;br/&gt;
&lt;br/&gt;i have tried this but get file not found, but the file is
there
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfheader name="Content-Disposition" value="inline;
filename=Template.xls"&amp;gt;
&lt;br/&gt;&amp;lt;cfcontent type="application/vnd.ms-excel"
file="siteurl/Template.xls"&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:526c6c52-eaf8-4d41-9ccb-df5fe6441731] --&gt;</description>
      <pubDate>Fri, 28 Nov 2008 20:40:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/222938</guid>
      <dc:date>2008-11-28T20:40:45Z</dc:date>
      <clearspace:dateToText>5 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cf procs</title>
      <link>https://forums.adobe.com/thread/212517</link>
      <description>&lt;!-- [DocumentBodyStart:0bd9b3be-d863-4284-802e-9f2fadd0708a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am tring to pass a date to ms sql via cfproc i have add
in param as
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfprocparam type="In" cfsqltype="CF_SQL_DateTime"
dbvarname="InvoiceDate"
value="#DateFormat(CreateODBCDate(form.txtInvoiceDate),
"dd-mm-yyyy")#" null="No"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;but i am getting a varchar to datetime exeption
&lt;br/&gt;
&lt;br/&gt;any ideas?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bd9b3be-d863-4284-802e-9f2fadd0708a] --&gt;</description>
      <pubDate>Thu, 13 Nov 2008 14:38:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/212517</guid>
      <dc:date>2008-11-13T14:38:24Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>coldfusion validation</title>
      <link>https://forums.adobe.com/thread/232760</link>
      <description>&lt;!-- [DocumentBodyStart:14ecf82c-dd8c-4d15-9c69-dab35a62a99d] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a cfform using the required and message params, i
need to submit the form with a image so i am submit with javascript
but the problem is the coldfusion validation is not firing, any
idea what i need to do
&lt;br/&gt;&amp;lt;a
href="javascript:document.form1.submit();"&amp;gt;submit&amp;lt;/a&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:14ecf82c-dd8c-4d15-9c69-dab35a62a99d] --&gt;</description>
      <pubDate>Tue, 07 Oct 2008 18:27:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/232760</guid>
      <dc:date>2008-10-07T18:27:12Z</dc:date>
      <clearspace:dateToText>6 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFAJAX</title>
      <link>https://forums.adobe.com/thread/231297</link>
      <description>&lt;!-- [DocumentBodyStart:e977b333-1fff-4e74-b44a-0b00ea534621] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a file upload page, which i would like to show a
ajax loading gif, and post the form request via http
&lt;br/&gt;
&lt;br/&gt;i am new to cfajax and i am not sure how this is done
&lt;br/&gt;
&lt;br/&gt;could you please help&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e977b333-1fff-4e74-b44a-0b00ea534621] --&gt;</description>
      <pubDate>Thu, 02 Oct 2008 19:17:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/231297</guid>
      <dc:date>2008-10-02T19:17:20Z</dc:date>
      <clearspace:dateToText>6 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xml post Urgent</title>
      <link>https://forums.adobe.com/thread/27036</link>
      <description>&lt;!-- [DocumentBodyStart:63dfe37e-cd94-472f-afa5-402f1c80cc67] --&gt;&lt;div class="jive-rendered-content"&gt;Hi can someone please help me, i need to read a xml post but
not sure how to do it..
&lt;br/&gt;
&lt;br/&gt;the xml post comes to my url in this format
&lt;br/&gt;
&lt;br/&gt;&amp;lt;DeliveryReport&amp;gt;&amp;lt;message id="1023012301" sentdate=""
&lt;br/&gt;donedate="2005/7/19 22:0:0" status="NOT_SENT"
/&amp;gt;&amp;lt;/DeliveryReport&amp;gt;
&lt;br/&gt;
&lt;br/&gt;all i need to get is the message id and the status
&lt;br/&gt;
&lt;br/&gt;thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:63dfe37e-cd94-472f-afa5-402f1c80cc67] --&gt;</description>
      <pubDate>Sat, 27 Sep 2008 09:53:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/27036</guid>
      <dc:date>2008-09-27T09:53:20Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>readin a xml post</title>
      <link>https://forums.adobe.com/thread/44992</link>
      <description>&lt;!-- [DocumentBodyStart:d98809b8-3951-447e-b615-0d865eab321a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a xml being posted to me which i need to read the
content
&lt;br/&gt;
&lt;br/&gt;the format is
&lt;br/&gt;
&lt;br/&gt;&amp;lt;DeliveryReport&amp;gt;
&lt;br/&gt;&amp;lt;message id="1023012301" 
&lt;br/&gt;sentdate=""
&lt;br/&gt;donedate="2005/7/19 22:0:0" 
&lt;br/&gt;status="NOT_SENT" /&amp;gt;
&lt;br/&gt;&amp;lt;/DeliveryReport&amp;gt;
&lt;br/&gt;
&lt;br/&gt;so what i need is if DeliveryReport exsists the i need the
messageid and the status
&lt;br/&gt;
&lt;br/&gt;just not sure how to get the items out?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d98809b8-3951-447e-b615-0d865eab321a] --&gt;</description>
      <pubDate>Thu, 25 Sep 2008 20:42:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/44992</guid>
      <dc:date>2008-09-25T20:42:18Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>MySql date issue</title>
      <link>https://forums.adobe.com/thread/44508</link>
      <description>&lt;!-- [DocumentBodyStart:4cbb440f-bd10-4d42-bd9b-4149f64578f7] --&gt;&lt;div class="jive-rendered-content"&gt;hi i am inserting intp MySql date field, but when i insert
the date 29/02/2009
&lt;br/&gt;
&lt;br/&gt;i get the error MONTH
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfset newdate = #DateFormat(CreateDate(form.vyear,
form.vmonth, form.vday), "mm-dd-yyyy")#&amp;gt;
&lt;br/&gt;
&lt;br/&gt;any ideas how to solve ths issue?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4cbb440f-bd10-4d42-bd9b-4149f64578f7] --&gt;</description>
      <pubDate>Sat, 20 Sep 2008 12:56:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/44508</guid>
      <dc:date>2008-09-20T12:56:55Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>password protect cfm files</title>
      <link>https://forums.adobe.com/thread/42581</link>
      <description>&lt;!-- [DocumentBodyStart:d64773f7-a7bd-411c-a57f-e9f7c0bf66e1] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a website being hosted on a server which other
clients have access to, is there a way of protecting my files, so
they can not be edited, if so what would be the best way to do
this?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d64773f7-a7bd-411c-a57f-e9f7c0bf66e1] --&gt;</description>
      <pubDate>Sun, 14 Sep 2008 12:17:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/42581</guid>
      <dc:date>2008-09-14T12:17:09Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Handling no script</title>
      <link>https://forums.adobe.com/thread/225626</link>
      <description>&lt;!-- [DocumentBodyStart:2916db02-5f20-47a9-ad50-9613e37d8152] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a No script tag with a http redirect, but my page
will not validate to w3c
&lt;br/&gt;
&lt;br/&gt;is there a way to check the clients javascript using server
side?
&lt;br/&gt;
&lt;br/&gt;or a better way to handle the no script?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2916db02-5f20-47a9-ad50-9613e37d8152] --&gt;</description>
      <pubDate>Sat, 23 Aug 2008 07:35:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/225626</guid>
      <dc:date>2008-08-23T07:35:08Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfchart</title>
      <link>https://forums.adobe.com/thread/39192</link>
      <description>&lt;!-- [DocumentBodyStart:809b626f-61f4-41d7-ae83-6490920b3e44] --&gt;&lt;div class="jive-rendered-content"&gt;hi i have a bar chart which i have added a xml stylesheet to,
the bar chart is dynamic, i have a static width of the chart, of
500px, the problem i have is if there are only 2 bars they are not
aligned left one bar if left the other is right.
&lt;br/&gt;
&lt;br/&gt;do you know what parameter i can set in the xml file to align
the bars left?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:809b626f-61f4-41d7-ae83-6490920b3e44] --&gt;</description>
      <pubDate>Sat, 06 Sep 2008 10:33:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/39192</guid>
      <dc:date>2008-09-06T10:33:08Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>soap xml</title>
      <link>https://forums.adobe.com/thread/248694</link>
      <description>&lt;!-- [DocumentBodyStart:905affca-e57b-434f-b8b1-5c156b4731a9] --&gt;&lt;div class="jive-rendered-content"&gt;Hi there,
&lt;br/&gt;
&lt;br/&gt;i have a sql database which i need to populate from some sort
post of web service, not sure how soap works, 
&lt;br/&gt;
&lt;br/&gt;how i need it to work is.
&lt;br/&gt;
&lt;br/&gt;1. specify a secure url to my clients to post the data
&lt;br/&gt;2. then i can read the data and insert to my database
&lt;br/&gt;
&lt;br/&gt;i am just not sure how soap posts to a url, any ideas how i
can set this up as a test?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:905affca-e57b-434f-b8b1-5c156b4731a9] --&gt;</description>
      <pubDate>Thu, 21 Aug 2008 14:02:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/248694</guid>
      <dc:date>2008-08-21T14:02:53Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>hide cfm extention</title>
      <link>https://forums.adobe.com/thread/55494</link>
      <description>&lt;!-- [DocumentBodyStart:945169a1-bdb3-4e78-8485-af977801185c] --&gt;&lt;div class="jive-rendered-content"&gt;Hi is it posible to either hide the cfm extention or maybe
get IIS to add it on request.
&lt;br/&gt;
&lt;br/&gt;what i need is if a user types in to browser
www.mywebsite.com/sports (this will be a dynamic page created by a
user)
&lt;br/&gt;
&lt;br/&gt;then it adds the .cfm to the end 
&lt;br/&gt;
&lt;br/&gt;any ideas?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:945169a1-bdb3-4e78-8485-af977801185c] --&gt;</description>
      <pubDate>Wed, 04 Jun 2008 15:46:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/55494</guid>
      <dc:date>2008-06-04T15:46:02Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Breaking out of coldfusion code</title>
      <link>https://forums.adobe.com/thread/98837</link>
      <description>&lt;!-- [DocumentBodyStart:4b6a0216-818e-4586-b902-96b509f516bf] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have have issues in the past with asp sql injections,
mainly on form entry, by entring a sql string and breaking out of
the asp code. is this an issue with coldfusion, if so what is the
best way to stop this and what would be the way to break out of
coldfusion code?
&lt;br/&gt;
&lt;br/&gt;i do use sql stored procedures is this totally safe from sql
injections?
&lt;br/&gt;
&lt;br/&gt;many thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b6a0216-818e-4586-b902-96b509f516bf] --&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:40:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/98837</guid>
      <dc:date>2008-04-09T10:40:17Z</dc:date>
      <clearspace:dateToText>6 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Duplication cfmail</title>
      <link>https://forums.adobe.com/thread/103578</link>
      <description>&lt;!-- [DocumentBodyStart:00a38e95-2f59-4fca-8349-18f17123432e] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am getting a duplication problem using cfmail, i am
looping through a table using a query then sending a cfmail then
deleting the current row from the table, this is all in a cf
scheduled task, but for som reason i am getting duplicates any
ideas why this would be?
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00a38e95-2f59-4fca-8349-18f17123432e] --&gt;</description>
      <pubDate>Tue, 01 Apr 2008 17:47:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/103578</guid>
      <dc:date>2008-04-01T17:47:38Z</dc:date>
      <clearspace:dateToText>6 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfif wild card</title>
      <link>https://forums.adobe.com/thread/104291</link>
      <description>&lt;!-- [DocumentBodyStart:7f3e3acd-aade-4ee3-b5b1-12dc00078ece] --&gt;&lt;div class="jive-rendered-content"&gt;hi i have a variable which i need to check what it starts
with, i have tried using a wildcard as below, but it didnt work,
how can i use a wildcard in a if statement?
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfif #form.name# eq "Max%"&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7f3e3acd-aade-4ee3-b5b1-12dc00078ece] --&gt;</description>
      <pubDate>Sun, 17 Feb 2008 09:52:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/104291</guid>
      <dc:date>2008-02-17T09:52:43Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cf scheduled tasks</title>
      <link>https://forums.adobe.com/thread/107540</link>
      <description>&lt;!-- [DocumentBodyStart:e29b6702-6bfd-49ad-bcae-882593b42911] --&gt;&lt;div class="jive-rendered-content"&gt;Hi, i have been having a issue with my coldfusion scheduler
in the cfadministrator.
&lt;br/&gt;
&lt;br/&gt;every now and then the scheduler stops working ie runs the
schedule then does not re-schedule, according to the scheduler log
files.
&lt;br/&gt;
&lt;br/&gt;just not sure what could be causing this?
&lt;br/&gt;
&lt;br/&gt;also is there a way of sending a email to myself if a
schedule fails to re-schedule?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e29b6702-6bfd-49ad-bcae-882593b42911] --&gt;</description>
      <pubDate>Tue, 12 Feb 2008 21:03:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/107540</guid>
      <dc:date>2008-02-12T21:03:07Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>TimeZone Issue</title>
      <link>https://forums.adobe.com/thread/253589</link>
      <description>&lt;!-- [DocumentBodyStart:b5a48871-d2c8-4e2d-89ce-f5d81d54d1be] --&gt;&lt;div class="jive-rendered-content"&gt;hi wonder if someone could help me
&lt;br/&gt;
&lt;br/&gt;i have a timezone converter which i cant get to convert
right, if you submit the for on the link below you will see what
the date time should be.
&lt;br/&gt;
&lt;br/&gt;https://www.thesmsengine.com/testfiles/TimeTest.cfm
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5a48871-d2c8-4e2d-89ce-f5d81d54d1be] --&gt;</description>
      <pubDate>Tue, 05 Feb 2008 10:37:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/253589</guid>
      <dc:date>2008-02-05T10:37:50Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>create date time from 2 text boxes</title>
      <link>https://forums.adobe.com/thread/253286</link>
      <description>&lt;!-- [DocumentBodyStart:8eb7d7d0-cc81-4ba1-9f93-ec8e319b7353] --&gt;&lt;div class="jive-rendered-content"&gt;i have 2 text boxes which get submited to a action page i
need to convert this to a SQL datetime so i can input it.
&lt;br/&gt;
&lt;br/&gt;the format is 
&lt;br/&gt;date form = dd/mm/yyyy
&lt;br/&gt;time form = hh:mm:sss
&lt;br/&gt;
&lt;br/&gt;i am having trouble with the dd and mm being swoped
around.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8eb7d7d0-cc81-4ba1-9f93-ec8e319b7353] --&gt;</description>
      <pubDate>Sat, 02 Feb 2008 16:03:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/253286</guid>
      <dc:date>2008-02-02T16:03:52Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>convert to server time is getting mixed up</title>
      <link>https://forums.adobe.com/thread/252936</link>
      <description>&lt;!-- [DocumentBodyStart:e5043f34-fa37-4c6a-8155-d0cfee38f713] --&gt;&lt;div class="jive-rendered-content"&gt;Hi my web server is in delaware USA i have a timezone
converter below which is 30 mins and the year is 2006 not 2008 
&lt;br/&gt;
&lt;br/&gt;any ideas why this would be and what i need to do to fix
&lt;br/&gt;
&lt;br/&gt;what i need is the equivilent server datetime for the entry
of the form so the hard coded date and time below should have a
serverDate of ts '2008-02-02 11:30:00' but it is {ts '2006-02-01
11:00:00'}
&lt;br/&gt;
&lt;br/&gt;any ideas?
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;cfset startday = '02/02/2006'&amp;amp;gt; // format is in
dd / mm / yyyy
&lt;br/&gt;&amp;amp;lt;cfset SMS_Time = '03:30:00'&amp;amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;amp;lt;cfscript&amp;amp;gt;
&lt;br/&gt;tz=createObject(&amp;amp;quot;component&amp;amp;quot;,&amp;amp;quot;timeZone&amp;amp;quot;);
&lt;br/&gt;setLocale(&amp;amp;quot;English (Australian)&amp;amp;quot;); 
&lt;br/&gt;smsDate=lsParseDateTime(startday);
&lt;br/&gt;hours=listFirst(SMS_Time,&amp;amp;quot;:&amp;amp;quot;)+listGetAt(SMS_Time,2,&amp;amp;quot;:&amp;amp;quot;)/60+listLast(SM S_Time,&amp;amp;quot;:&amp;amp;quot;)/360;
&lt;br/&gt;smsDate=dateAdd(&amp;amp;quot;h&amp;amp;quot;,hours,smsDate);
&lt;br/&gt;serverDate=tz.castToServer(smsDate,&amp;amp;quot;Australia/Sydney&amp;amp;quot;);

&lt;br/&gt;&amp;amp;lt;/cfscript&amp;amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5043f34-fa37-4c6a-8155-d0cfee38f713] --&gt;</description>
      <pubDate>Sat, 02 Feb 2008 16:44:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/252936</guid>
      <dc:date>2008-02-02T16:44:30Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sql date time insert error</title>
      <link>https://forums.adobe.com/thread/255044</link>
      <description>&lt;!-- [DocumentBodyStart:4a1e096e-ccc6-4edf-a6d0-98e65ba0c572] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am having trouble entering a date in to a sql stored
procedure.
&lt;br/&gt;
&lt;br/&gt;first i convert the date to the users current datetime using
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfscript&amp;gt;
&lt;br/&gt; userTZ="#qGetClubDetails.LocalTime12#"; // or whatever tz ID
you need
&lt;br/&gt; tz=createObject("component","timeZone");
&lt;br/&gt; userDateTime=tz.castFromServer(today,userTZ);
&lt;br/&gt;&amp;lt;/cfscript&amp;gt;
&lt;br/&gt;
&lt;br/&gt;then i need to insert this into a stored procedure using
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfstoredproc procedure="xsp_InsertSmsRecords"
datasource="#application.ds#"&amp;gt;
&lt;br/&gt;&amp;lt;cfprocparam type="In" cfsqltype="CF_SQL_DATETIME"
dbvarname="UsersDate" value="#CREATEODBCDATETIME(userDateTime)#"
null="No"&amp;gt; 
&lt;br/&gt;&amp;lt;/cfstoredproc&amp;gt;
&lt;br/&gt;
&lt;br/&gt;but i am getting a error of 
&lt;br/&gt;Macromedia][SQLServer JDBC Driver][SQLServer]Error converting
data type varchar to datetime. 
&lt;br/&gt;
&lt;br/&gt;any ideas what i need to do?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4a1e096e-ccc6-4edf-a6d0-98e65ba0c572] --&gt;</description>
      <pubDate>Sun, 20 Jan 2008 15:59:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/255044</guid>
      <dc:date>2008-01-20T15:59:54Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>previuos page name</title>
      <link>https://forums.adobe.com/thread/130292</link>
      <description>&lt;!-- [DocumentBodyStart:f726c2a3-d675-49ef-9beb-9900bb1de068] --&gt;&lt;div class="jive-rendered-content"&gt;Hi in coldfusion how do you get the page name of the prevoius
page that the user came from
&lt;br/&gt;
&lt;br/&gt;ie if i was on the home page and went to the about page i
need to have a variable of home .cfm
&lt;br/&gt;
&lt;br/&gt;many thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f726c2a3-d675-49ef-9beb-9900bb1de068] --&gt;</description>
      <pubDate>Sat, 12 Jan 2008 08:39:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/130292</guid>
      <dc:date>2008-01-12T08:39:52Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>encode using javascript</title>
      <link>https://forums.adobe.com/thread/130694</link>
      <description>&lt;!-- [DocumentBodyStart:d2dbb99e-30e8-47ea-b808-abb7977ba7c7] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i wonder if someone can help me?
&lt;br/&gt;i have given up on using the cfchart has noone has replied to
my posts, so i am going with the google chart api
&lt;br/&gt;
&lt;br/&gt;i have a query which pulls back clubnames and a sum of a
totalamount for each club, so for the google api i need to encode
the total amount using the javascript below, what would be the best
way of doing this?
&lt;br/&gt;
&lt;br/&gt;Many thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d2dbb99e-30e8-47ea-b808-abb7977ba7c7] --&gt;</description>
      <pubDate>Sat, 05 Jan 2008 15:11:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/130694</guid>
      <dc:date>2008-01-05T15:11:38Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>bar chart issue</title>
      <link>https://forums.adobe.com/thread/130666</link>
      <description>&lt;!-- [DocumentBodyStart:7be4680b-2526-4e8c-b19f-ecc0d711aad7] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am using cfchart,
&lt;br/&gt;
&lt;br/&gt;i have rotated the bar chart, so my column names are on the
left side, the problem i have is.
&lt;br/&gt;
&lt;br/&gt;1. not all the column names are showing ie
&lt;br/&gt;
&lt;br/&gt;column name 1 - bar here
&lt;br/&gt; - bar here
&lt;br/&gt; - bar here
&lt;br/&gt; - bar here
&lt;br/&gt;column name 5 - bar here
&lt;br/&gt;
&lt;br/&gt;any ideas why this would be?
&lt;br/&gt;
&lt;br/&gt;also is there a way to force the witdh of each bar to
25px?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7be4680b-2526-4e8c-b19f-ecc0d711aad7] --&gt;</description>
      <pubDate>Fri, 04 Jan 2008 22:05:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/130666</guid>
      <dc:date>2008-01-04T22:05:57Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfloop</title>
      <link>https://forums.adobe.com/thread/135210</link>
      <description>&lt;!-- [DocumentBodyStart:5d1ac3db-f932-443b-838f-10789544e15e] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i need to loop through a query then set the MesID each
time i loop through, just want to make sure this code will work!! i
need it to delete the current record at the end of the loop
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!-- GET INFO FROM MESSAGE TABLE--&amp;gt;
&lt;br/&gt;&amp;lt;cfquery datasource="#application.ds#"
name="GetMessages"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!-- LOOP THROUGH MESSAGE TABLE--&amp;gt;
&lt;br/&gt;&amp;lt;cfloop query="GetMessages"&amp;gt;
&lt;br/&gt; &amp;lt;cfset CurrentID = GetMessages.MesID&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!-- INSERT INTO TABLE HERE--&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!-- THEN DELETE CURRENT MESSAGE HERE--&amp;gt; 
&lt;br/&gt;&amp;lt;cfquery datasource="#application.ds#"
name="GetMessages"&amp;gt;
&lt;br/&gt; DELETE FROM Message_Table
&lt;br/&gt; WHERE MesID = #CurrentID#
&lt;br/&gt;&amp;lt;/cfquery&amp;gt; 
&lt;br/&gt;
&lt;br/&gt;&amp;lt;/loop&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5d1ac3db-f932-443b-838f-10789544e15e] --&gt;</description>
      <pubDate>Tue, 18 Dec 2007 23:20:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/135210</guid>
      <dc:date>2007-12-18T23:20:43Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfchart column</title>
      <link>https://forums.adobe.com/thread/133448</link>
      <description>&lt;!-- [DocumentBodyStart:c78e0f24-4668-4b5e-a0e3-ec3abc108011] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i am using a cfchart, which i have rotated, so its a
horisontal bar chart.
&lt;br/&gt;
&lt;br/&gt;is there a way of forcing the width of the yAxsis Area
&lt;br/&gt;
&lt;br/&gt;i currently have
&lt;br/&gt;
&lt;br/&gt;column name - chart is here
&lt;br/&gt;column name - chart is here
&lt;br/&gt;column name - chart is here
&lt;br/&gt;
&lt;br/&gt;so i want to make the width of where column name
appears.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c78e0f24-4668-4b5e-a0e3-ec3abc108011] --&gt;</description>
      <pubDate>Mon, 31 Dec 2007 09:55:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/133448</guid>
      <dc:date>2007-12-31T09:55:17Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfbreak?</title>
      <link>https://forums.adobe.com/thread/112789</link>
      <description>&lt;!-- [DocumentBodyStart:f9c7f8fe-19d0-4d02-b386-5b55347e1734] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a cfloop inside a scheduled task, which loops
though cfpop emails
&lt;br/&gt;
&lt;br/&gt;i get information from the body of the email (which all email
i recive have the same format), 
&lt;br/&gt;
&lt;br/&gt;cfloop query="popemails"
&lt;br/&gt;cfif message id (which is in the body of the email) matches a
record in my table
&lt;br/&gt;then delete the email
&lt;br/&gt;else 
&lt;br/&gt;process the email with code
&lt;br/&gt;
&lt;br/&gt;this i what i am trying to do, but for some reason some times
if there is a match in the table the email is still processed
causing duplication.
&lt;br/&gt;
&lt;br/&gt;do i need to use cfbreak after i delete the email, would this
start the loop again? as it is inside a scheduled task?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9c7f8fe-19d0-4d02-b386-5b55347e1734] --&gt;</description>
      <pubDate>Fri, 23 Nov 2007 10:36:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/112789</guid>
      <dc:date>2007-11-23T10:36:39Z</dc:date>
      <clearspace:dateToText>6 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>schedule task</title>
      <link>https://forums.adobe.com/thread/157284</link>
      <description>&lt;!-- [DocumentBodyStart:19a1cbc1-2ca7-46cf-9353-1cb7e60ef8ce] --&gt;&lt;div class="jive-rendered-content"&gt;hi i have a page of code which includes a form, this page
works fine when entered into the address bar, but not as a
scheduled task, 
&lt;br/&gt;
&lt;br/&gt;can schedule task process forms?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:19a1cbc1-2ca7-46cf-9353-1cb7e60ef8ce] --&gt;</description>
      <pubDate>Sun, 08 Apr 2007 01:08:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/157284</guid>
      <dc:date>2007-04-08T01:08:31Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cffile delete</title>
      <link>https://forums.adobe.com/thread/157361</link>
      <description>&lt;!-- [DocumentBodyStart:ff7cccd1-d55f-4733-bbd1-93b64a23ee53] --&gt;&lt;div class="jive-rendered-content"&gt;hi i have a cfile deletewhich works on a schedule task, when
there is no file there i get an error,
&lt;br/&gt;
&lt;br/&gt;is there a way of using cfif to determine if the file is
present ?
&lt;br/&gt;
&lt;br/&gt;ie if file is present, run delete code 
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ff7cccd1-d55f-4733-bbd1-93b64a23ee53] --&gt;</description>
      <pubDate>Sat, 07 Apr 2007 13:07:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/157361</guid>
      <dc:date>2007-04-07T13:07:57Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cf file</title>
      <link>https://forums.adobe.com/thread/159628</link>
      <description>&lt;!-- [DocumentBodyStart:117d7717-b37e-45fd-adbd-ef2061aff26f] --&gt;&lt;div class="jive-rendered-content"&gt;hi just a small issue i have, i am using cffile to upload a
csv file, the csv file has a id column which i use to add a id for
each row
&lt;br/&gt;
&lt;br/&gt;ie 
&lt;br/&gt;
&lt;br/&gt;&amp;lt;input type="hidden" name="ID_#getHTTP.CurrentRow#"
value="#getHTTP.ID#"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;can i have csv files without the id column and somehow use
currentrow for the form element ID above?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:117d7717-b37e-45fd-adbd-ef2061aff26f] --&gt;</description>
      <pubDate>Fri, 06 Apr 2007 22:24:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/159628</guid>
      <dc:date>2007-04-06T22:24:40Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfpop attachment</title>
      <link>https://forums.adobe.com/thread/159562</link>
      <description>&lt;!-- [DocumentBodyStart:9ab209c6-fc56-4e69-a82b-ad02b86d9926] --&gt;&lt;div class="jive-rendered-content"&gt;Hi is it possible to have cfpop automatically save
attachments (which will be csv files) to a server folder, and then
rename the filename?
&lt;br/&gt;
&lt;br/&gt;if so how would i go about this?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ab209c6-fc56-4e69-a82b-ad02b86d9926] --&gt;</description>
      <pubDate>Sat, 07 Apr 2007 00:50:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/159562</guid>
      <dc:date>2007-04-07T00:50:31Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>https</title>
      <link>https://forums.adobe.com/thread/157411</link>
      <description>&lt;!-- [DocumentBodyStart:31517b4b-6e98-40c4-82ed-1f63fcc612f8] --&gt;&lt;div class="jive-rendered-content"&gt;hi i have a users login if i move the pages after the login
page to the https folder, are they automically secure ?
&lt;br/&gt;
&lt;br/&gt;Also this is not a shopping cart, but i do need a high level
of security, would i need a digital certificate just for a login?
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31517b4b-6e98-40c4-82ed-1f63fcc612f8] --&gt;</description>
      <pubDate>Fri, 06 Apr 2007 22:48:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/157411</guid>
      <dc:date>2007-04-06T22:48:27Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>email insert</title>
      <link>https://forums.adobe.com/thread/158489</link>
      <description>&lt;!-- [DocumentBodyStart:c2438602-64f3-4142-972e-0ce4e415475f] --&gt;&lt;div class="jive-rendered-content"&gt;Gday,
&lt;br/&gt;
&lt;br/&gt;just wondering if there is a way of inserting the body of an
email into a database table.
&lt;br/&gt;
&lt;br/&gt;i will have up to 1000 emails coming in at one time, all with
the same fields of information, i can not use http form, this need
to come in via mail server.
&lt;br/&gt;
&lt;br/&gt;so what i was thinking if i recieve an email to a specific
email address is there a way of then maybe pushing the email to a
http page where the body can get extracted then inserted in to my
table?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c2438602-64f3-4142-972e-0ce4e415475f] --&gt;</description>
      <pubDate>Tue, 03 Apr 2007 23:46:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/158489</guid>
      <dc:date>2007-04-03T23:46:16Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>24</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfif show background</title>
      <link>https://forums.adobe.com/thread/158799</link>
      <description>&lt;!-- [DocumentBodyStart:20d55dc1-1113-468a-9d29-fd98b89ee5cc] --&gt;&lt;div class="jive-rendered-content"&gt;i found some code to stop the click sound when using iframe
page refresh, but when my page refreshes now i get a white page.
&lt;br/&gt;
&lt;br/&gt;i am tring to code, if query recordcount = 0 the show
background red else show background image, so i am not sure why i
am getting a white page?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;head&amp;gt;
&lt;br/&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"&amp;gt;
&lt;br/&gt;&amp;lt;script type="text/javascript"
src="silent_refresh.js"&amp;gt;&amp;lt;/script&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFQUERY datasource="#application.ds#"
Name="ShowInbox"&amp;gt;
&lt;br/&gt;SELECT *
&lt;br/&gt;FROM SMS_Inbox
&lt;br/&gt;where InboxClubID = '#session.ClubLogin#' AND InboxViewed = 1
&lt;br/&gt;&amp;lt;/cfquery&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFQUERY datasource="#application.ds#"
Name="ShowInboxbeep"&amp;gt;
&lt;br/&gt;SELECT *
&lt;br/&gt;FROM SMS_Inbox
&lt;br/&gt;where InboxClubID = '#session.ClubLogin#' AND InboxViewed = 1
AND Beep = 1
&lt;br/&gt;&amp;lt;/cfquery&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFIF ShowInbox.recordcount GT 0&amp;gt;
&lt;br/&gt;&amp;lt;style type="text/css"&amp;gt;
&lt;br/&gt;&amp;lt;!--
&lt;br/&gt;body {
&lt;br/&gt;background-image: url(images/icon2.gif);
&lt;br/&gt;}
&lt;br/&gt;--&amp;gt;
&lt;br/&gt;&amp;lt;/style&amp;gt;
&lt;br/&gt;&amp;lt;cfelse&amp;gt;
&lt;br/&gt;&amp;lt;style type="text/css"&amp;gt;
&lt;br/&gt;&amp;lt;!--
&lt;br/&gt;body {
&lt;br/&gt;background-color: #BB2020;
&lt;br/&gt;
&lt;br/&gt;}
&lt;br/&gt;--&amp;gt;
&lt;br/&gt;&amp;lt;/style&amp;gt;
&lt;br/&gt;&amp;lt;/CFIF&amp;gt;
&lt;br/&gt;&amp;lt;/head&amp;gt; 
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20d55dc1-1113-468a-9d29-fd98b89ee5cc] --&gt;</description>
      <pubDate>Sun, 01 Apr 2007 10:02:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/158799</guid>
      <dc:date>2007-04-01T10:02:58Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>show icon on table insert</title>
      <link>https://forums.adobe.com/thread/162226</link>
      <description>&lt;!-- [DocumentBodyStart:58ca736f-b539-4d01-b8b2-3870f7352b36] --&gt;&lt;div class="jive-rendered-content"&gt;hi i would like to have a notice on my webpage if a new
record gets inserted to a table in my database 
&lt;br/&gt;
&lt;br/&gt;ie if a new record is entered a small icon appears on the
page, can this be done without having to refresh the page?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:58ca736f-b539-4d01-b8b2-3870f7352b36] --&gt;</description>
      <pubDate>Tue, 20 Mar 2007 21:27:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/162226</guid>
      <dc:date>2007-03-20T21:27:51Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>inner join select</title>
      <link>https://forums.adobe.com/thread/162369</link>
      <description>&lt;!-- [DocumentBodyStart:a9b07387-8f98-4c16-823d-24ef71654eb4] --&gt;&lt;div class="jive-rendered-content"&gt;can someone help me with this query, i am getting errors, i
am not sure how to add a select function to the on clause.
&lt;br/&gt;
&lt;br/&gt;could someone please advise what i am doing wrong
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFQUERY datasource="#application.ds#" Name="GetSchH2"&amp;gt;
&lt;br/&gt; SELECT *
&lt;br/&gt; FROM SMS_Players_Table
&lt;br/&gt; 
&lt;br/&gt; INNER JOIN appoint_table
&lt;br/&gt; ON ServerSMS &amp;lt;= #CreateODBCDateTime(Now())# OR ServerSMS
&amp;lt;&amp;gt; '' 
&lt;br/&gt; 
&lt;br/&gt; INNER JOIN SMS_Clubs_Table
&lt;br/&gt; ON appoint_table.LoginID = SMS_Clubs_Table.ClubID AND
Country = 'Australia'
&lt;br/&gt; 
&lt;br/&gt; INNER JOIN (SELECT SUM(Cost)as TotalCost FROM SMS_Records)
ON SMS_Records.ClubID = SMS_Clubs_Table.ClubID
&lt;br/&gt; 
&lt;br/&gt; WHERE appoint_table.App_ClientID =
SMS_Players_Table.PlayerID AND appoint_table.HCODE = 'H2'
&lt;br/&gt;&amp;lt;/cfquery&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9b07387-8f98-4c16-823d-24ef71654eb4] --&gt;</description>
      <pubDate>Thu, 22 Mar 2007 12:53:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/162369</guid>
      <dc:date>2007-03-22T12:53:50Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>text area value change</title>
      <link>https://forums.adobe.com/thread/163600</link>
      <description>&lt;!-- [DocumentBodyStart:ce8fc217-f14b-4621-b251-c790e6a8421f] --&gt;&lt;div class="jive-rendered-content"&gt;i have a text area with 5 text links underneath
&lt;br/&gt;
&lt;br/&gt;the text area value is not set, but what i need is if i click
text link 1, then i need to update the value of the textarea with a
value of a column in my table called message1 where userid =
session.user
&lt;br/&gt;
&lt;br/&gt;how can i do this any ideas?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ce8fc217-f14b-4621-b251-c790e6a8421f] --&gt;</description>
      <pubDate>Thu, 15 Mar 2007 03:56:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/163600</guid>
      <dc:date>2007-03-15T03:56:18Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cffile accept</title>
      <link>https://forums.adobe.com/thread/164939</link>
      <description>&lt;!-- [DocumentBodyStart:1ecbbda6-60c5-480f-8380-d6df6ade626e] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a file upload which i need to only accept CSV
files, i have 2 problems with the code below
&lt;br/&gt;
&lt;br/&gt;1. i have tried uploading a csv file but i get an error, do i
need to add more to the accept clause?
&lt;br/&gt;
&lt;br/&gt;2. if a user uploads a differnent mime type how can i do a
&amp;lt;cfif file ext is not csv redirection&amp;gt; 
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffile action="upload" filefield="FILE"
destination=#currentdir# nameconflict="makeunique"
accept="CSV"&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1ecbbda6-60c5-480f-8380-d6df6ade626e] --&gt;</description>
      <pubDate>Tue, 13 Mar 2007 09:54:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/164939</guid>
      <dc:date>2007-03-13T09:54:51Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>csv</title>
      <link>https://forums.adobe.com/thread/163801</link>
      <description>&lt;!-- [DocumentBodyStart:6d4a83c0-4dc7-4cdf-9385-05a103fbca19] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a csv upload area which i only want to accept csv
files, i am using the code below, but when i try to upload a csv
file created in excel, it throws a mime type error
&lt;br/&gt;
&lt;br/&gt;any ideas what i need to do?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffile action="upload" filefield="FILE"
destination=#currentdir# nameconflict="makeunique"
accept="text/csv"&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6d4a83c0-4dc7-4cdf-9385-05a103fbca19] --&gt;</description>
      <pubDate>Wed, 14 Mar 2007 23:47:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/163801</guid>
      <dc:date>2007-03-14T23:47:01Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>search engines</title>
      <link>https://forums.adobe.com/thread/165682</link>
      <description>&lt;!-- [DocumentBodyStart:0fa9d736-a257-4345-bfff-2ed0ed0595de] --&gt;&lt;div class="jive-rendered-content"&gt;Hi does anyone know how to get google to display there
results like this
&lt;br/&gt;
&lt;br/&gt;website name
&lt;br/&gt; Home Page - description
&lt;br/&gt; About Us Page - description
&lt;br/&gt; Contact Page - description
&lt;br/&gt; etc
&lt;br/&gt;
&lt;br/&gt;can i do something in the meta tag?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0fa9d736-a257-4345-bfff-2ed0ed0595de] --&gt;</description>
      <pubDate>Sun, 11 Mar 2007 22:21:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/165682</guid>
      <dc:date>2007-03-11T22:21:27Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>disable enter</title>
      <link>https://forums.adobe.com/thread/164754</link>
      <description>&lt;!-- [DocumentBodyStart:f37ab143-9553-4c06-9370-546051ef08f9] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a text area, which i need to stop users from using
the enter key 
&lt;br/&gt;
&lt;br/&gt;ie 
&lt;br/&gt;
&lt;br/&gt;inside the text area the user can only use the spacebar and
can NOT use the enter key to space out words
&lt;br/&gt;
&lt;br/&gt;how can this be done?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f37ab143-9553-4c06-9370-546051ef08f9] --&gt;</description>
      <pubDate>Mon, 12 Mar 2007 03:02:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/164754</guid>
      <dc:date>2007-03-12T03:02:28Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>mysql date stamp</title>
      <link>https://forums.adobe.com/thread/165181</link>
      <description>&lt;!-- [DocumentBodyStart:995078d4-25b9-4d80-af08-94f1dab351dc] --&gt;&lt;div class="jive-rendered-content"&gt;Hi i have a mysql date stamp in my table,
&lt;br/&gt;
&lt;br/&gt;i need to do the following, can someone please help
&lt;br/&gt;
&lt;br/&gt;a) a query so i can have a drop list of months generated from
the datestamp
&lt;br/&gt;
&lt;br/&gt;b) once i have the drop list, on my action page i need a
query to select the month from the date stamp which matches the
form.listbox
&lt;br/&gt;
&lt;br/&gt;hope some one can help, thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:995078d4-25b9-4d80-af08-94f1dab351dc] --&gt;</description>
      <pubDate>Fri, 09 Mar 2007 11:13:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/165181</guid>
      <dc:date>2007-03-09T11:13:01Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>where two column match one column</title>
      <link>https://forums.adobe.com/thread/167351</link>
      <description>&lt;!-- [DocumentBodyStart:d497ee34-6ad0-4450-b665-b2d390648963] --&gt;&lt;div class="jive-rendered-content"&gt;hi in my where clause i need to match 2 column to 1 
&lt;br/&gt;
&lt;br/&gt;ie
&lt;br/&gt;session.CODE = 33
&lt;br/&gt;SN.code45= 5555
&lt;br/&gt;
&lt;br/&gt;So what i need is session.CODE and SN.code45 (together with
no space) = from
&lt;br/&gt;
&lt;br/&gt;335555 = from&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d497ee34-6ad0-4450-b665-b2d390648963] --&gt;</description>
      <pubDate>Tue, 06 Mar 2007 02:42:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/167351</guid>
      <dc:date>2007-03-06T02:42:18Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

