2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Time Tested ColdFusion Studio Solutions: 1 - 25 of 118
 
I am to come up with a number of technical Coldfusion Interview questions.  I need 20 questions broken down into 2 sets of 10 questions.  The 1st set of questions will be used by a non-technic...
Hello, I have a variable that is being set in coldfusion.  What I need to do is to somehow check If the variable contains numbers or only letters. So for example if the variable is HHIEU88H...
How do I strip out all the invalid characters from a textarea input? I want to allow ASCII characters 32 - 122 except for a few exceptions, such as the apostrophe and the quote.
I have a page that consumes a .NET web service and am trying to replace a couple of characters that are coming down in one of the fields with their HTML equivalents. Here's the gist of it: ...
Hello, Thanks a lot for ur help, really appreciate it. I am inserting dates into SQL Server db using a coldfusion page, As u know if there is a blank date inserted into SQL SERVER db it inse...
I have recently discovered the cfdiv bind url and have used it with some applications. In the code below i have a image that when mouseover I would would like to bind the cfdiv which will pl...
I have this in the my code <cfset curDate = #Now()#> <cfinvokeargument name="actiondttm" value=#curDate#/> it saves the Date but not the time .. How do I get current Date/time stamp ??
Is it possible to have a progress bar from a file that I'm uploadgin without using flash form? All the sample that I see around they use flash.
I've been using  the code below to pass one variable from one page to the other: I'm using Coldfusion flash forms on the page. The page calls the "tagging" cfsavecontent: <cfsavecontent va...
I am atteping to invoke a webservice: My code i am using to invoke the websrvice is located below.  I am recieving this error message: Unable to parse WSDL as an XML document.   This is t...
Hello experts. I need help to decide wich method i should use to pass form values from two search pages (two search forms) to one result page and one detailpage. To build this i have used Ur...
I have a datetime field called expirationdate in a table called passwdsusers and a numeric field called maxpwdage in a table called siteconfiguration.  I need to subtract the number from maxpw...
I need to format a number field to display as a percent.  Here is the original ASP version <td height="25" align="center"><%= FormatNumber(numberfield * 100, 2) %>%</td> I need to know h...
I have an XML file which is located in the same directory as the cfm which is to parse it. The XML file is as shown below. When I send a query string to the .cfm file, the variables are ext...
Scenario:  The scenario is our employees can attend some training at the vendors facility.  The training/test results are sent to us in an access mdb file.  We need to update our SQL database ...
<cfsetting showdebugoutput="No"> <cfheader name="Content-Disposition" value="inline; filename=SrpMonthlyDetail.xls"> <cfcontent type="application/ms-excel"> I have a field that has a user...
How do I  a create csv file from a SQL query and using coldfusion? Selec t *  from table and set as csv ??? <cfset file as "csvfile"> then upload "csvfile".
I was wondering if there was an easy way to run a query and then output the data into two tables? I have a query that runs and pulls that data and is already putting into a table but now I ...
I know this should be easy but I can't seem to find out the following. If I'm using a JavaScript calendar and the formatting is yyyy/mm/dd when a date is selected. How can input the the yyyy/m...
Hi, Is there any way to validate for phone numbers (US) as well as international phone numbers in ColdFusion? Thanks
I'm trying to modify the code Steve Durette posted at http://tutorial196.easycfm.com/ I got the page working, but only the first dropdown has any data in it.  The other two selects just dis...
I'm working on a site in Coldfusion, where I've set up user registration and login using Coldfusion to hash passwords.  When a user creates an account, I also need an account to be set up for ...
Hi all, Emailing my subscribers... at the moment I query my database and loop each record then send out an email to each using CFMAIL tag. My questions are... 1) what happens when my...
Hi, I'm getting the following error messge. in the coldfusion application. ----------------------------------------------------------------------------------- Element STATUSCODE is undefined...
We are running Coldfusion 8 Standard Edition and Jrun is pegging the CPU at 98-100%.  I don't know what to do to stop this. I have checked the log files to make sure they are not too large.  A...