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...
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...
Does anybody know how I can get a hold of a good coldfusion event Calendar application?
or
Any suggestions on an event calendar?
Thanks.
okay i have the following question with four choices:
****************
Choose one of the following: <br />
<cfinput type="Radio" name="at" value="A"><font face="arial" size="2">choice A</...
This javascript opens up a centerd window:
function openWin(){
var imgwid = 400;
var imghgt = 250;
var winl = (screen.width - imgwid) / 2;
var wint = (screen.height - imghgt) / 2;
...
I am using Coldfusion stored procedures to insert form field data into a SQL Server 2005 database and I am getting the "String or binary data would be truncated" error. I've read through past...
Hi there
I have the following web page trying to do a ajax post to a coldfusion page which inserts data to a file:
dave.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional...
Can anyone tell me how I can detect the visitor pc's screen size/resolution?
I've searched ee and found a mention below:
http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_119...
Hello again folks. I created an oracle database, specified the passwords for SYS and SYSTEM and specified the username/password for the repository also.
I then go to CFMX Admin and create ...
Just got finished configuring IIS 7 on my brand new Windows Vista Machine (Premium Edition). The installation program for WIndows for Adobe Cold Fusion 8 went to completetion with no errors, ...
I was just wondering if anyone here have experienced the same situation I'm in
right now. In a nutshell, I'm noticing on my ecommerce website the cookie holding
the shopping cart ID is bei...
Im hoping someone can help me with an issue Im having with a JavaScript menu with dropdowns that is above a Flash header. Previously in IE, Firefox, Netscape & Opera when the user would ro...
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 the following two lines of code:
<cfheader name="Content-Disposition" value="attachment;filename=#filePre##fromDate#-#toDate#.csv">
<cfcontent type="application/octet-stream" d...
Is there a way, perhaps using <cfheader>, to reomve the query string from the url that appears on the users address bar.
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...
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...
I am using CF MX and consuming a .Net webservice (http://book.livebookings.net/webservices-test/internal/service.asmx?wsdl). When I parse the result to retrieve datetime values they are return...
I'd like to pass an array to a ColdFusion template using the URL query string.
Something like: MyColdFusionTemplate.cfm?myarray=ArrayName
Is this possible?
The bigger picture:
I have a s...
I need to run a query that will provide a recordcount for all the orders placed today. When an order is placed i insert the value of #createODBCDateTime(Now())# into my orders table. Now how...
I've developed an app that allows a user to upload a TAB DELIMTED CSV file (of job listings), and which is then turned into a query object on the front end of his website (against which search...
We just migrated our site from a single CF Standard server to a CF 7 Clustered and IIS 6 Load Balanced environment. Most everything is running smoothly except for some odd behavior we're seei...
What would be the best way to insert date and time into a datetime field in mysql 4?
Isn't there a CF tag I can use that will strip out html tags on a variable?
I have a variable I'm getting back like so....<icon>35</icon> that I need to clear out the tags in order to disp...
Hi i need to use the the euro currency format, which i use: #LSEuroCurrencyFormat(subtotal,"International")#
For Example an output example of this on my .cfm page would be: USD999.00, wh...