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 163
 
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...
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 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...
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 ...
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 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...
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'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 ...
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 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...
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 tried editing the limits.conf file  to change the ulimit value for the linux box. Since i got the warning in logs "INFO | jvm 1 | 2008/10/02 19:58:49 | java.io.IOException: Too many ope...
I need to replace the (#) with a hex symbol it hasn't worked for me not sure if its correct. I also have a + symbol that Im replacing as well. The query is being pulled from the url.
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...
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've made a basic form where users enter their email address and select one or more product names of which they'd like an emailed report.  Upon submit, I take those two bits of information and...
Periodically, I have been receiving the JRun Server has encountered an internal error message.  Upon searching experts-exchange and google, I discovered that the error message is an indication...
I have four CFCs that I would like to be available to all pages.  Initially, I was storing the CFCs in a session variable, but one of the exchange experts recommended that I store the cfcs in ...
Errors logs in CF Admin word wrap. I'd rather be able to add a line feed wherever I want when formatting the error from the error handler. How? Can't get it to work with CHR's or <br>'s, etc. ...