Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ColdFusion Application Server Solutions: 126 - 150 of 1397
 
Does anyone have a step by step example of how to export out datagrid data within flex 3 to a csv file?
I am very much a Newbie and very much confused. I used Coldfusion MX7, Acess 2000, and Dreamweaver MX 2004 and am trying to load my dynamic site on a Crystaltech server. Since they do not a...
I need to round 99.96456146 to the nearest hundredths Thanks
I have 3 fields that need to be validated. If US is selected I need to validate SSN is required , If not US I need to make SSN optional and other citizenship and visa type have to required fie...
I'm trying to figure something out here... <cfquery name=myquery> select * from table where empid = ... </cfquery> <cfif myquery.recordcount GT 0> Put data here <cfelse> There is ...
Why does SiteMinder provides value of SM_USER using GetHttpRequestData() function in CF 5, Not in CF 7 or CF 8? The same code is used from the asp and the cfm templates on both servers.
We recently upgraded to Coldfusion 8 because of the freezing up of our server.  Now we seem to be getting more details such as the "PermGen space" error.  When I researched it I learned it was...
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...
Is there a SIMPLE way to detect a session time out in ColdFusion and force a redirect to a specific URL?  Either due to no activity or the sessiontimeout="#CreateTimeSpan(0,1,0,0)#" has expire...
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 ...
Not sure if this is best asked in the JS department... but here goes... I have a form with a dropdown for category, and another for subcategory All subcategories have a related 'categoryID...
Is there a way to include a html page in one of my flash forms, similar to making an iframe?
I want to create a tab delimited TXT file using this code, however, I cannot figure out how to force a line break in the TXT file after each row our output in the cfsavecontent. <cfsavecont...
How would I populate a combo box with data from a cfc?  I have an array below but they are hard coded.  The cfc is built to return the data.  Just need to know now to populate the combo box wi...
We are running ColdFusion 8 on Windows Server 2003 Standard.  We have our ColdFusion server using smtp.gmail.com to send outgoing emails.  This was working fine for months, until two days ago....
hi how can i test if a string contains another string? for example, if i need to return true if a passed string is "jobs.new" or "jobs.old", it would make sense just to check for the exis...
Hi, what is the sql statement to convert a varchar to a number.  I'm trying to run a query that grabs all prices that are either less than, more than, or equal to a value but need to convert t...
For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries. The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), ...
I have a ColdFusion application that was working fine until a few days ago.  For some reason it is no longer picking up the NT authentication.  It is installed on IIS. I get this error mess...
Hey Experts, I'm having a bit of a problem with the mail functions in Coldfusion 8; I'll provide as many details as possible. Okay, we recently moved a web application that was developed...
I need to find a good quality / cost effective image resizer for ColdFusion MX that gives us the following functionality: 1) good quality thumbnail creation 2) Ability to apply smoothing o...
I'm having problems pulling BLOB data from a mysql db and displaying it in a web browser.  I can query the db just fine and return text data.  However, the BLOB shows up as "Y0ya" instead of t...
Hi Experts, I had installed ColdFusion 8 on Windows 2008 Server machine. I have encountered some errors. After the installtion is completed and I hit the "Done" button the browser opens and...
Hello experts - Is there a good way to calculate working day (not calender day) between any given date range? Let say user provided a date range from 01/01/2004 to 05/21/2004 I need t...
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...