Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ColdFusion Application Server Solutions: 1 - 25 of 156
 
How does one send an email with an audio file that plays automatically when the user opens the e-mail message?  I have received numerous emails from friends that play audio when you open the e...
How can i make a flash form submit upon the user hitting the ENTER key? Like in a standard HTML form. Thanks in advance for any answers.. Am giving 250 points.
I have html and cf code stored in a database. When I call the HTML/CF code into a webpage, it displays all of the coldfusion variables as #variablename# on the actual generated page. I obvious...
I have a mysql database that I am storing data and images. I want to allow a user to search for an item and then have that search retrive the text, image and show it to the brower. I have no p...
I have a field in my MS SQL 2000 db that is a TimeStamp datatype, which is stored as a binary field and i cant for the life of me figure out how to output the data (in coldfusion). i get erros...
Quick 500 points ... I spent an hour trying to figure this out and need ASAP All I need to do is find the last character in a string Example:  Find the last character in the string "Expe...
I searched the site and I *KNOW* there's an solution for this.  I have 2 cfinput datefields stacked on top of each other in a form. (yes, using a table if that matters - yes bad coding, I know...
I am seeing this error in the event log and I am trying to detrimen the cause. Can someone point me in the right direction. Failed to register with the CMS servername. Please make sure the...
I installed CF8 on a test server to plan for upgrade from CF7.  When I reboot the server, the "ColdFusion 8 Application Server" service does not start.  I checked to make sure the service was ...
Hi There, I'm sure this problem is very simple I just can't find out what I'm doing wrong. Need to insert a single value into a MS Acces database however both the TABLE NAME and the FIELD N...
I have simple application that utilizes the CFLOGIN tag. Here is the code: <cfapplication name="UserPortal" sessionmanagement="yes" setclientcookies="yes" sessiontimeout="#CreateTimeSpan(0,...
Recently I installed CF8 on a test server to prepare for upgrade from CF7.  I have some evenings tasks that I run that updates some tables from another host comptuer.  I am getting an error th...
Hello, I installed ColdFusion8 in Multiserver environement with JRun 4 and the system works well. Now I'm trying to upgrade JRun with the latest Updater (Adobe JRun Updater 7) downloaded fro...
I am trying to loop over all form fields and strip out certain characters and will be performing other cleanup type actions. For simplicity tho I am just sticking with one action till I get t...
I am allowing the user to build up a criterial for a query by selecting values from a list.  The users selects multiple values and I store them in a table in this fashion 'Apples','Oranges', '...
My Windows 2003 server has Coldfusion 7 and IIS 6.0 installed. I have a  website with url example.com I can access Coldfusion administrator with URL: https://www.example.com/cfide/administr...
OK, hopefully I can explain this with confusing anyone. First I have a table in my SQL database that contains events. The fields are EventID, EventName, EventDesc, EventDate. Second I have a w...
I have a production and development ColdFusion environment.  Both are ColdFusion 7 and we have the same patches and JRE on both environments. We are working on a new integration with a clie...
Hello experts. Using my query i have the error :Invalid data '' for CFSQLTYPE CF_SQL_INTEGER I get this error for a value with cfparam: <cfparam name="Form.TUVmonth" default=""> The query ...
I have a coldfusion template that I need to use for two purposes. The form of the template consists of 4 columns. I the first scenario, column 1 and 2 are used and in the 2nd scenario, columns...
I have a csv file that needs to be imported to mysql, and then get locations of photos, and rework them. example looks like this: "Product1","Red","Small","http://www.abc.com/image1.jpg,htt...
Can some one help me out with accessing gmail with cfpop in coldfusion, the main problem is cfpop dont support ssl but i know it can be done, this code should work
I am working with a CFSET that assigns a temporary variable the contents of a dynamic variable.... here is the code:     <cfset tempqtyordered = Evaluate("qProductTotal.#productid#")> qP...
I'm trying to get geo-locations (latitudes and longitudes) of photos into a database in a decimal format from EXIF gps data. However, the EXIF fields 'gps latitude' and 'gps longitude' are in ...
I know that the cgi scope is readonly - i.e. <cfset cgi.query_string="abc"> won't work. Do you know of a method (maybe using the internal java classes?) that I can change a cgi variable? ...