Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ColdFusion Application Server Solutions: 26 - 50 of 1283
 
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...
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 ...
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 ...
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...
Hi, I have a drop down box with menu items which are dynamically generated. The user selects an item, clicks the submit button and it all works. HOWEVER, many of my clients have requested th...
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'm using MySQL. I have a form with an HTML editor in two textarea fields. So the textareas output HTML code, which I want to store in the database. Here's the query i'm using to update the ta...
Is there a way to export on the fly a csv file created from a sql query with a click of a button using cfm?
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...
I'm sure this is remarkably silly but : I need a way - in coldfusion - to detect is a table (in mysql) exists.  If it does NOT exist; then do this. i.e. <CIF databasename exists > do...
I want to disable print screen and right click or print the webpage
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.
Hi, I have two tables, one is countries and the other is counties.   I need the first drop down box to list all the countries, which it does :)  The second one needs to be dynamically po...
If I do a query of a SQL 'smalldatetime' column, this is the format I get: DateBegin ->  2004-06-21 08:51:00 Here are the form select fields to get the dates I will compare to it. These ...
In my cold fusion application I have a multiple select list. Once data is select from the multiple select list it is passed to an oracle procedure as an in parameter and used in the IN clause ...
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 ...
Hi, I am using coldfusion and have run into a little issue.  I need to capture carriage returns in a text box.  Any suggestions?  Thanks. F
I have a number: 64118.56 How do I round this to 65,000?
I need validation javscript which check user enter dd-mmm-yyyy. 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...
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...
Can someone give me a bit of advice on how to compare two date/time values against each other and bring back the difference in day or hours or even a combination of both would be fantastic. ...
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 can disable the checkboxes but I can't make them read only. I am able to do this, so I know it works: <SCRIPT LANGUAGE="JavaScript">    function disableform(staff_access_allowed_add_r...
I cant install ColdFusion 8 on Windows 2008 with IIS7. I get the ErrorPage: HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error has occur...