Hi,
I have a script that will allow a user to upload a CSV file and it will then parse it line by line and insert each field into an MSSQL DB. This works flawlessly except when I feed it h...
i have only one checkbox control which displays column names dyanamicly with respected to selected tables i want to insert particular colum on check into table
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.
...
I installed CF8 on a test server to plan for upgrade from CF7. When I reboot the server, the "ColdFusion 8 Application Server" service does not start. I checked to make sure the service was ...
Is there a SIMPLE way to detect a session time out in ColdFusion and force a redirect to a specific URL? Either due to no activity or the sessiontimeout="#CreateTimeSpan(0,1,0,0)#" has expire...
Not sure if this is best asked in the JS department... but here goes...
I have a form with a dropdown for category, and another for subcategory
All subcategories have a related 'categoryID...
Is there a way, perhaps using <cfheader>, to reomve the query string from the url that appears on the users address bar.
Why does SiteMinder provides value of SM_USER using GetHttpRequestData() function in CF 5, Not in CF 7 or CF 8?
The same code is used from the asp and the cfm templates on both servers.
I'm trying to insert answers from a form. The fields were generated dynamically. Why am I getting this error?
<cfloop list="#form['QuizQuestion' & ViewQuestions.QuizQuestionID]#" index="Qui...
I have 3 fields that need to be validated. If US is selected I need to validate SSN is required , If not US I need to make SSN optional and other citizenship and visa type have to required fie...
Does anybody know how I can get a hold of a good coldfusion event Calendar application?
or
Any suggestions on an event calendar?
Thanks.
Hi i have been running a test on the last page of my project and i cannot seem to get over the error that comes up. can someone explain where i am going wrong. the error is :
String index...
First - Thanks to all you experts for making this site such a great resource!
Ok...
I have successfully installed CFMX 6.1 Standard and am getting to the admin console just fine.
Our en...
I am very much a Newbie and very much confused.
I used Coldfusion MX7, Acess 2000, and Dreamweaver MX 2004 and am trying to load my dynamic site on a Crystaltech server. Since they do not a...
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...
Hi,
I am trying to use this webservice:
http://ec.europa.eu/taxation_customs/vies/api/checkVatPort?wsdl
After a quick glance at the wsdl, I thought this would do it:
<cfinvoke webs...
For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries.
The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), ...
Is there a way to include a html page in one of my flash forms, similar to making an iframe?
Hi!
I have a multiple choice question page, as follows:
Questions: ---
answer 1, 2, 3, 4 in radio button.
Now, here are my problems:
1 - sometimes there is 10, other times 15, 17, 20,...
Hey!
I have a really easy question on clearing text fields inside a form.
I want text to appear in a textbox...eg type search here and when the user clicks to type a search in the text w...
Currently, I have 1 file upload field, for which I'm using "CGI.CONTENT_LENGTH" to check the size of the file before uploading it to my server.
I'm thinking of allowing multiple uploads by ...
Im currently trying to program a website for a car leasing company, what Im trying to achieve is when a customer selects a manufacturer they get a drop down list with all the model names fro...
I've got a table that starts off with a date on top row, then a load of asorted data. Within this data, there's a value field which I need added and written next to the date on the top row.
...
I have a ColdFusion application that was working fine until a few days ago. For some reason it is no longer picking up the NT authentication. It is installed on IIS.
I get this error mess...
hi
how can i test if a string contains another string? for example, if i need to return true if a passed string is "jobs.new" or "jobs.old", it would make sense just to check for the exis...