Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested CFML Solutions: 1 - 25 of 289
 
in the following code, I am getting an error that form is undefined when I click the links in the bottom table, the checkboxes work just fine, but the <a href="#"> tags wont submit the form. W...
Hello, I need to select a number of records using a query. The records have to have an eventDate that is greater than today's date to be selected. How do I do a query that will do that? ...
I need to do a character replace on a string I need to turn + into _ and I need to turn / into ~ And = into * Something like  <cfset TheStringPlus = REReplace(TheString,"+","_","ALL")>...
I have several number fields in my database.  My number fields are not required, zero length is allowed and they have a defaultt value of 0 in the database. If I leave the filed blank in the f...
Hi All, Using ColdFusion, In addition to simply replacing all non-ascii characters with blanks, how can i covert curly quotes to html, single quotes to ascii, and replace non html charac...
Coldfusion code with MS SQL back end. My question is how do make my dorp down list dynamic. My first drop down has a query= "qQuestTypes". Table name "tCLETestType" The primary key is qT...
I am using an external java applet that is very touchy about special characters. Is there an easy way in Cold Fusion to simply strip or replace ALL NON-ASCII characters with a space or some...
user clicks on browser upload button, the explorer window appears.   is there any way I can only show certain file types in this window, jpg, png etc? , like what you see in Photoshop?   PS...
I'm trying to copy files from one server to another.  I'm using ColdFusion.  I have a CFM page set up that reads (and outputs the info to the screen so I can see it)  the files from a particul...
I have been working on this for hours and can't work it out.  You can find reference to the webserver documentation at http://help.cj.com/en/web_services/web_services.htm "click "Real time com...
I have a form with dynamic <td>s like; Firstname  John       Lastname  Adams    DOB  1701/12/02                   Tom                          Jefferson         1724/04/28                ...
I'm using this regular expression which correctly identifies dates as valid or not in online regex testers, but when I put it into Coldfusion it doesn't correctly verify the validity of the fi...
I am trying to display multiple markers and associated info windows using Coldfusion and Google Maps. Using a test data base with 2 records and a query which restricts the number of records to...
I have an input form in coldfusion, example2, that when a user enters a record number and then presses the "submit" button causes an 'attachment" button to appear.  It works fine. However, wh...
I'm using the new CFLAYOUT tool with tabs. i have 2 significant problems. Every time I modify an item on one of the tabs, I get a javascript error.     ("Error processing JavaScript in ...
My business partner and I have been using the same login code for years now...all of a sudden, there are issues w/IE7.  We've been all over the web trying to find 'the' answer, but to no avail...
I need the ability to preserve single and double quotes that are entered in a textarea to be submitted into a SQL 2000 database. Please see my code below. It's not working properly. <cfpara...
I'm trying to create a report for my company using Coldfusion MX 7.  The report contains JavaScript functions that allow him/her to expand or collapse multiple columns within the report. My...
I am creating an order sheet for an online application which will be printed out from a generated html page. At the moment the user has to open print preview and manually deselect the Header/F...
Hi there. Can someone point me in the right direction on how to create a new custom button that inserts a piece a code at the cursor location. I basically want to add a <more> or [more] tag to...
New to CF, please assist How do I cinvert a number from a databse query to a string?
Im trying to run a stored proceedure (ms sql 2005) and getting the following error.  As you can see I am passing the @sectionName parameter with a value (adAgencies).  Any idea whats going wro...
SESSION VARIABLES (e.g. session.variableName) True or False? It is my understanding that, if an application creates a session variable named var1 and initializes it to the username of the cu...
I'm trying to export a report in Excel using Coldfusion, however all the data displays in just 1 cell.  How do I make the report display the way it want it to.   Here is my code for the exc...
Dear Experts. We are creating online systems in CFML. Now, with the new IE7, is it possible to have popup windows in IE7? Reason for asking is that we have popup windows for searching purpo...