Advertisement

635 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 Application Server Solutions: 126 - 150 of 1215
 
I’m trying to get ColdFusion to create an .xml file.  I need the file extension to be .xml and want it to work like any other .cfm file.  So I created an IIS Application Extension for .xml and...
I have created the following CFC based on a UDF I found online somewhere.  It basically creates a .ics (iCalendar) file that is e-mailed to a client.  The event is accepted by iCal on the Mac ...
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 ...
Hi, what is the sql statement to convert a varchar to a number.  I'm trying to run a query that grabs all prices that are either less than, more than, or equal to a value but need to convert t...
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'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...
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...
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</...
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...
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...
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: ...
Howdy, I'm looking to catch the error that coldfusion MX 7 throws when a file is not found on the server. Please note that this is not a CFINCLUDE error. This is when a filename was perhaps...
Is there a way, perhaps using <cfheader>, to reomve the query string from the url that appears on the users address bar.
I'm trying to loop through all the form fields, append the fieldname, value and carriage return into a variable, then inserting the variable into a sql server 2005 database. I can't figure out...
I’m hoping someone can help me with an issue I’m having with a JavaScript menu with dropdowns that is above a Flash header. Previously in “IE, Firefox, Netscape & Opera” when the user would ro...
How would I create an ODBC connection to an Access database using coldfusion?
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...
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...
Hello, I am writing a web based email app that uses the flash capabilities in Coldfusion. In this particular instance I am having problems with the behavior of cfgrid. First I have a checkbox...
What would be the best way to insert date and time into a datetime field in mysql 4?
Is there anyway when uploading a word document to convert the main body of the document to text/html for storage in a varchar or similar column in SQL server instead of those dreadful BLOB fie...
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...
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...
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...