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: 151 - 175 of 1707
 
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...
A client's MLS company offers realty listing information in the form of RETS xml data. I've done several xml-based sites, usually reading the xml data into a mySQL database, but from what I...
I have an edit form with three checkboxes on it.  When the original form is filled out I save the number 1 to the database if they check one of the text boxes.  How would I pull this data from...
I'm converting the commas in a list to line breaks (for display in a textarea) this way: <cfset newlist2 = listChangeDelims(newlist,"#chr(13)#")> Is it necessary to include chr(10) as w...
I an getting this error java.io.IOException CreateProcess: when I try to use cfexecute on cfmx the same code works fine on cf5 also I do not have access to the CFAdmin or the server directly
I have a page that has an iframe in it.   I want to know if there is a way to use the pass url variables of the page containing the IFRAME to the IFRAME page. For example: ParentURLtes...
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...
OK, since Excel incorrectly formats CSV files (it does not put quotes around all fields, which is the standard), ODBC has problems with data formats.  I won't bore you with the details here. ...
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 would like to change the port that Coldfusion RDS runs on from 80 to something else.  I currently have Coldfusion 8.
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...
Hello Experts, I'm trying to send an XML data which contains a .wav file decoded into Base64 format.  This of course adds many pages of coded data to my XML code and I get the following err...
I have a table displaying several records.  I’m trying to display one of the fields, “TemplateID”, in a select box, but I’m unable to force the correct value into the select box for each recor...
hi I know creating a pdf with a rpt using cfm can be done by CFOBJECT the wrapper dll, and then use the CrystalPDF method to create the pdf i know we cannot even embed cfreport under cfd...
I setup a basic email server using windows 2003 (not using exchange). I'm able to send and recieve email to the server using outlook. I have the setup from this website that I used as examp...
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...
Hi, I'm looking for a regular expression in ColdFusion that will remove all html tags except for: links, bold, italics and underline, <A HREF...></A> <B></B><I></I><U></U>. Thanks. Micha...
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 a 'users' table and a 'diaryDates' table.  The users table has two foreign keys columns: assignedTo & createdby which pull from the users table.   I need to change my SQL query around t...
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...
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...
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...
hi, i am relatively new using XML/SOAP, however i am working on a project where we must create a data feed of our products and send them to Amazon to be listed on their site as an affiliat...
Hello. I have a .cfm page that loops through a stored proc and populates the page with data returned from the query. One of the columns retuned by the query is TransID which is the the primar...
Hello, How do I edit a string in cf. Let's say I have the following string: aaa/bbb/ccc/ddd.abc how do I find the last occuring / and delete everything before it. The end result for the...