Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Time Tested ColdFusion Application Server Solutions: 26 - 50 of 1403
 
Hello Experts, I have a form with the following type="file" field: <input name="vupload" type="file"> I need to be able to clear this field using a Javascript function by pressing a b...
After much searching I have decided to join EE so I might be able to solve my problem. I got some code from my fellow developers to read a Excel file in Coldfusion but it no longer works i...
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...
Hello Experts, Does anyone know the best way to read an excel file using coldfusion?  I need to have the ability to read the FULL DATA contained within the xls file so keep in mind that the...
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 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?...
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.
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...
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...
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...
Ive download a script called Uploadify, which is a nice little jQuery file upload with progress bar script.  it uses a file in the background to upload the file.  What im stuck with, is gettin...
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...
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...
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 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 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...
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...
I have values that are in Unicode. Is there a straight forward way to convert this to Ascii? TIA.
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 ...
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...
<cfloop query="A03"> <cfset THEFIN = A03.PTFIN> <cfset THEMRN = A03.PTMRN>   <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="No">   <CFMAIL   SUBJECT= "Discharge"   FROM="IntranetAdmin@swgc....
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...
I am currently running a Coldfusion 5.0 application with a SQL 2000 backend database. I am interested in creating a tool that will import student records from excel file into my user login ...
Hey developers; I'm creating a page that I would like to display a message for 3 seconds, and then redirect to another page. Here is the code I am using right now. ...... <body><div align...
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...