Congratulations to DanRollins, the first member to earn 50,000 Article points! With 56 articles written, including two Editor's Choice and ten EE Approved, DanRollins is more than worthy of this honor. Keep on rollin', Dan!

 

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

 
Time Tested ColdFusion Application Server Solutions: 26 - 50 of 1375
 
Hi, How do I clear all of session variables once the user has closed the browser window ??? Many thanks.
Hi, Is there any way to convert a form value to a number? I've tried <cfoutput>#Val(FORM.numOfFields)#</cfoutput>              <cfoutput>#Int(FORM.numOfFields)#</cfoutput> and CF said ...
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...
Hi Guys! I have installed MS SQL Express on my machine with a Server Administrator ("sa") password. I have also installed ColdFusion MX 7 Developers Edition server on my machine. When I go ...
I have a Input Box that a user inputs a whole or decimal number.. i want to validate that a user can only: - input a whole number eg.. 10, 20 etc.. OR if a number is specified aft...
Up 'til now our company has used LDAP sever to authenticate users for access into many of our Cold Fusion Applications. We are dropping our LDAP and will start using MS Exchange.  I need...
Hello, I am trying out this cfreport tag and I am getting this error.... An unexpected error occurred while using the Crystal Engine. Error number 500 ocurred (Not enough memory for oper...
I have a form that the user can add or edit criteria.  I would like the cursor to be in a certain input field when the focus is on adding or editing.  How can I do this?   Thanks.
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...
Lost am i...... This is what i have: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www...
I want to replace one image with another larger image but I absolutely don't want to reload a page or open another window. Can this be done using a form INPUT (OnClick) or even an href anchor?...
Can the UserFilesPath be dynamically customized per application? We would like to use one set of FCKEditor files at {root}/FCKEditor and then have our applications at {root}/{application#/n...
Hi All, Think my brain might be a bit fried but is there an easy way to add on a url variable (ie searchresults.cfm?variable=1) when you want to submit a form to itself or do you have to pa...
I am developing a site that's a bar database that displays events, band and schedules, etc. One of the features is an event by date calendar. When a date is clicked, any event or  band eve...
Hi, How can I delete the first two characters from this string. c_2 c_25 c_20 I want to just be left with the numeric part of the string.  Or everything to the right of the undersco...
How can i get past the annoying "The page cannot be refreshed without resending the informationetc.. hit RETRY or Cancel "?? On some pop windows after they are closed the parent page refres...
I need to modify the structure of several tables in an Access database using SQL and ColdFusion. The database is on a live server so I can't open it directly, but I want to verify the changes ...
Hello All, I have a basic ColdFusion form with input boxes and combo boxes. The combo boxes are populated by CF queries. After submittal of the form, I do some server side error checking on...
Hello all, I am attempting to use Coldfusion session variables within my web portal system.  However I am running into a major problem when I attempt to add <cfapplication> tag into the app...
I was just wondering if anyone here have experienced the same situation I'm in right now. In a nutshell, I'm noticing on my ecommerce website the cookie holding the shopping cart ID is bei...
Can you help? I have a daily maintenance task I'm trying to run in CF8 that will load a remote XML file (6mb in size) and parse, via ColdFusion8, into a simply MySQL Table. I'm getting jav...
hello,   I have a simple html form as below: <form action="page1.php" method="post"> <table> <td> <input type="text" name="username" size="20" maxlength="40" id="user"><br> </td> </tab...
Hi, I wanted to find out how I can find the difference between two dates... not just the result using DateDiff, but I need to run a query and in my where clause I have: WHERE thedate bet...
I would like to import a large amount of data into my database on my website by uploading a csv file into the database file, as opposed to inputting each record, one by one. I have a subst...
is it possible to create a line break in a Javascript "Alert" box?  I was thinking a Hex or ASCII character.   Thanks. Phil