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: 201 - 225 of 1397
 
i am getting this error, been looking online can not find any help really:  An exception occurred when performing the FTP close operation. The cause of this exception was that: Connectio...
We just migrated our site from a single CF Standard server to a CF 7 Clustered and IIS 6 Load Balanced environment.  Most everything is running smoothly except for some odd behavior we're seei...
I'm really confused, or really dumb, but I have a problem getting the correct output when using SUM in Coldfusion. I have an Oracle database with several costing tables. What I want to do is t...
I an getting this error java.io.IOException CreateProcess: when I try to use cfexecute on cfmx the same code works fine on cf5 also I do not have access to the CFAdmin or the server directly
JRun is the bain of my existance.  Since the conversion of CF 5 to CFMX (not an upgrade, complete new system) JRun has been a living hell.   For no reason it will spiral up to 500 MB of mem...
Hi, I want to make sure that user names entered into a database are not duplicated. My approach has been - Create the registration form - Test on the registration action page if the enter...
Hello, I am writing a web based email app that uses the flash capabilities in Coldfusion. In this particular instance I am having problems with the behavior of cfgrid. First I have a checkbox...
I have set up a textarea field for users to enter email addresses to send a notice to. I've been trying to convert the results into a comma-delimited list, which I can then use as a recipient ...
I'm converting the commas in a list to line breaks (for display in a textarea) this way: <cfset newlist2 = listChangeDelims(newlist,"#chr(13)#")> Is it necessary to include chr(10) as w...
I'm trying to login to yahoo mail using CFHTTP. I read and pass the cookies, yet i'm still not succesful. Any ideas? Feel free to plug this code into a blank cfm page. It will produces a us...
I’m hoping someone can help me with an issue I’m having with a JavaScript menu with dropdowns that is above a Flash header. Previously in “IE, Firefox, Netscape & Opera” when the user would ro...
Hello, I have 3 values being submitted via a web form. The first is a date mm/dd/yyyy and the second is a time (hh:mm am/pm) and the 3rd is the timezone (EST, CST, MST, PST). How do I combine...
First - Thanks to all you experts for making this site such a great resource! Ok... I have successfully installed CFMX 6.1 Standard and am getting to the admin console just fine. Our en...
I have been working on this but haven't been able to get it displayed like I want it. I have a simple form, here is the code: <cfform action="#REQUEST.Site.Root##XFA.VerifyUser#" method="p...
Is it possible to encrypt URL information between pages? Here is the example that I am trying to get to work... FormA.cfm ************************************************* <cfset X...
Hello everybody. Got a problem. I have a query result that has about 5000 records returned. I need to Capitalize First Letter Of Every Word In every Row. There are could be more then 2 or 3...
Hello experts. I have a code with two related selects using the bind function The problem i have is to get the selected values after the form is submitted when i have selected more than one ...
In Windows 2000 Server, the IIS server allowed one to map .htm files to the ISCF.DLL coldfusion file via the Add Mappings option in the Configuration Tab. But this doesn't work in Windows 2...
Hello experts. I'm trying to add a new Datasource in CF8 but i have the error: Connection verification failed for data source: carfree24 java.sql.SQLException: [Macromedia][SQLServer JDBC D...
Im currently trying to program a website for a car leasing company, what Im trying to achieve is when a customer selects a manufacturer they get a drop down list with all the model names fro...
My company currently has a subscription form located here: http://www.fma-communications.com/Forms/Subscription-Express.cfm We will be completely rebuilding this form in the future, howeve...
I have a ColdFusion 8 HTML cfgrid that contains a "last modified" column which is the date the record was last modified. I want to visually alert the user when the record is older than 90 days...
Hello Experts, I'm trying to send an XML data which contains a .wav file decoded into Base64 format.  This of course adds many pages of coded data to my XML code and I get the following err...
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...
In a ColdFusion app calling a stored procedure (named "getRole") in SQLServer2005, I have the following code:   <cfstoredproc procedure="getRole" datasource="#DATABASE_GATEWAY#">     <cfpr...