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 ColdFusion Studio Solutions: 1 - 25 of 62
 
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...
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...
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 have a page with three drop down menu items, Day, Month and Year. Once these items are selected and the user clicks the 'go' button I want to pass the results to another page which also has ...
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.
Hi, Is there any way to validate for phone numbers (US) as well as international phone numbers in ColdFusion? Thanks
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.
When I export a file into Excel, the leading zeroes disappear. How do you force Excel to treat the codes as text, and leave the zeroes? I need something that would act the way the Excel text i...
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 tested this code locally in Coldfusion and it worked. However, when I put it on the production server I get a syntax error. It was working before I started using the convert(datetime,DATE_CL...
<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...
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 a Coldfusion webpage that contains a basic organization chart, and need to export that to MS Word?  Should I have some sort of export link on the CF webpage that when clicked will run s...
I am trying to extends the CF components internal.ulisting that provides with the list of item and also invold worrkflow processing. My extending madule looks exactly the same as the original ...
i am looking for a function that allows me to round a number down to nearest lower half integer tenths. Example: if the number is 7.7 I want it to be rounded to 7.5. So basically the nearest l...
I have a url that contains parameters based on the user's selection. In the title parameter a comma exists. This is causing the page to be displayed incorrectly. The url looks like: http://...
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...
I am using ColdFusion to query a Access database and the query results are output as an Excel spreadsheet. The problem that I am have is this: There are two columns that are not displaying the...
I wanted to convert this coldfusion code to php code how would I do that. The code is below. <cffile action="read" file="c:/Inetpub/wwwroot/rsvp/admin/NetIDDump.csv" variable="netID"/> <cf...
Hi, I have a cfform that contains cfinput tags, one of these asks for a number to be entered (places) I would like the form to dynamicy populate new input tags e.g Name for the number of time...
Hello experts, I am trying to change Novell passwords using a coldfusion form, but I'm running into problems.  The code sample attached is the basically where the problem is coming.  The us...
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 ...
In coldfusion, how do I make sure it logs out when a user just closes the browser? Login.cfm: <form method="post" action="Validate.cfm"> <Table cellspacing="2" cellpadding="2" align="cent...
Has anyone upgraded to ColdFusion 8 yet. My company is in the process of buying the upgrade and I was wondering if there are any changes I'll need to make to the exising ColdFsuion 7 framework...
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: ...