I am developing a site that's a bar database that displays events, band and schedules, etc.
One of the features is an event by date calendar. When a date is clicked, any event or band eve...
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
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...
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...
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 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...
Hello all,
I am attempting to use Coldfusion session variables within my web portal system. However I am running into a major problem when I attempt to add <cfapplication> tag into the app...
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 ...
is it possible to create a line break in a Javascript "Alert" box? I was thinking a Hex or ASCII character.
Thanks.
Phil
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...
I have simple application that utilizes the CFLOGIN tag. Here is the code:
<cfapplication name="UserPortal" sessionmanagement="yes" setclientcookies="yes" sessiontimeout="#CreateTimeSpan(0,...
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?
Can you help?
I have a daily maintenance task I'm trying to run in CF8 that will load a remote XML file (6mb in size) and parse, via ColdFusion8, into a simply MySQL Table.
I'm getting jav...
I am trying to configure a Microsoft Access data source on Vista 64-bit with ColdFusion 8.0.1. Get this error each time: "Unable to update the NT registry. Variable DRIVERPATH is undefined"
...
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 ...
I want to disable print screen and right click or print the webpage
I would like to import a large amount of data into my database on my website by uploading a csv file into the database file, as opposed to inputting each record, one by one.
I have a subst...
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...
If I pass an empty field into a stored procedure like so:
<cfstoredproc procedure="myProcedure" datasource="#Application.DSN#" debug="yes" returncode="yes">
<cfprocparam type="in" cfsqltype=...
This works in IE7 Beta but in IE6 the page won't refresh.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title...
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...
Is it possible to sort a query after I have made an SQL query?
If I submit this query:
<cfquery datasoure="database" name="test">
SELECT data FROM table
</cfquery>
And I have five...
I would like to change the port that Coldfusion RDS runs on from 80 to something else. I currently have Coldfusion 8.