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 1215
 
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...
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...
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...
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...
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...
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 ...
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...
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 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 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 am using coldfusion and have run into a little issue.  I need to capture carriage returns in a text box.  Any suggestions?  Thanks. F
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 ...
I have a number: 64118.56 How do I round this to 65,000?
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 ...
I need validation javscript which check user enter dd-mmm-yyyy. thanks
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 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...
Hi! I have a form on a CF page that depending on the value of field Layout (a value from 1-4) the user will be taken to a different page. I know it cann be done through javascript and I thi...
I am trying to duplicate this action in coldfusion from PHP.  I have 2 different list boxes with a date a list of student names.  I want to be able to highlight multiple items in each list box...
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. ...
Hi, Does anybody know a good and free forum / bulletin board, that I can easily plug-in a coldfusion site? Custom tag, or code doesn't really matter. Thanks, Floris.
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...