I have simple application that utilizes the CFLOGIN tag. Here is the code:
<cfapplication name="UserPortal" sessionmanagement="yes" setclientcookies="yes" sessiontimeout="#CreateTimeSpan(0,...
<cfloop query="A03">
<cfset THEFIN = A03.PTFIN>
<cfset THEMRN = A03.PTMRN>
<CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="No">
<CFMAIL
SUBJECT= "Discharge"
FROM="IntranetAdmin@swgc....
I am currently running a Coldfusion 5.0 application with a SQL 2000 backend database.
I am interested in creating a tool that will import student records from excel file into my user login ...
I have an application that has been working for the past 5 months now with no problem. All of the sudden, after I log out and attempt to log back in, I get the following error:
Element CFI...
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 All,
I need help in trying to figure out why a random error seems to happen. I have built a continuing education search and registration application. People will search for their worksho...
Hey developers;
I'm creating a page that I would like to display a message for 3 seconds, and then redirect to another page. Here is the code I am using right now.
......
<body><div align...
I'm using Coldfusion MX 7, and I've seen that ColdFusion can now bind many form elements to a CFgrid.
Can someone please tell me how to do the following:
I need to build a grid with data...
ok i am trying to get the values from the form by using FORM.myEditor after submit (posted to same page). but all i get is a error: Element MYEDITOR is undefined in FORM! Now i know that when ...
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 have values that are in Unicode. Is there a straight forward way to convert this to Ascii? TIA.
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 ...
Hi,
I am migrating a pl/sql web based system onto an Coldfusion server so have to re-write all my stored procedures into .cfm files.
In my current environment I use templates e.g.
PRO...
I have a table displaying several records. Im trying to display one of the fields, TemplateID, in a select box, but Im unable to force the correct value into the select box for each recor...
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
Ive download a script called Uploadify, which is a nice little jQuery file upload with progress bar script. it uses a file in the background to upload the file. What im stuck with, is gettin...
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?
Hello experts.
I have found a working solution on this page:http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup_Language/Q_23902796.html?sfQueryTermInfo...
Hi I do not know much about soap requests, but I need to make one and do not know where to put the soap action. So far I have my code like this:
<cfsavecontent variable="theSoap">
<soa...
Hi Experts,
How to escape the comma's in the CSV file?
For Ex:
abc,adb,ada,"ads,asd",asdd
In this case how can I escape the comma in "ads,asd".
I have the double quotes generated i...
I would like to change the port that Coldfusion RDS runs on from 80 to something else. I currently have Coldfusion 8.
Hi,
I'm using CF5 on IIS4 and need to pass across a odbc Date object in a URL....
http://blah.blah?selDate={ts%20'2002-01-01%2000:00:00'}
I know that the single quote is being filtered ou...
Hello, I've successfully been able to record the browser usage and OS of people that have visited my site. I've recorded this data into a database using the cgi variable "cgi.http_user_agent" ...
I've got some logic to run or not run a query. If the query doesn't run then I don't want to show a block of cod below. I'm using the <cfif isDefined()> to test for the query. I must have t...
I have a simple xml file (which I create dynamically on the server using ColdFusion's CFFILE write function) that I would like to parse, and then populate form fields with. So far, I've tried ...