| Thread | Last Post | Replies |
|
| saving an excel file from the server | 30 Nov 2008 23:40 GMT | 1 |
hi i have a excel file stored on the webserver, what is the best way do have a onclick which opens up a save as box? i have tried this but get file not found, but the file is there <cfheader name="Content-Disposition" value="inline; filename=Template.xls">
|
| Thanksgiving Challenge - ListenUp Java Applet integration | 28 Nov 2008 20:03 GMT | 5 |
For those that like a Challenge... I came across this Java Applet that appears to be quite powerful to add recording and playing of voice audio files to a website: http://www.javasonics.com/downloads/
|
| Possible Network Issue causing HTTP page not found error | 28 Nov 2008 08:22 GMT | 1 |
We have a client who is getting a page not found error that only occurs within their local network. They have tried to access the site from outside their network and it works fine. They are the only client we have experiencing this issue. I am wondering if anyone here can think ...
|
| ColdFusion and Salesforce Components | 27 Nov 2008 18:35 GMT | 1 |
I have a requirement of integrating a coldfusion site to Salesforce CRM application. I have got salesforce objects in coldfusion (.cfc) through which I am trying to insert contact details in to Salesforce CRM application. The components work in the following manner
|
| Some CFC's Concept Problems For Me Instead? | 27 Nov 2008 16:51 GMT | 4 |
I did interviewed last time and repeatdly i asked the same question again & again: 1. Does Coldfusion CFC Support Overriding & Overloading. 2. Does Coldfusion CFC Can Be used as a Constructor
|
| A New Joke Website | 27 Nov 2008 10:50 GMT | 12 |
Hi Guys, i have Prepared a New Website on Jokes. The Website is based on Ajax using Coldfusion 8. I would like to hear all your Comments/Views. Cheers
|
| Looking for a custom newsletter solution | 27 Nov 2008 10:47 GMT | 2 |
I?m looking for a solution. I?ve got a client who tasked me to code a newsletter system. I created a system whereby they can add pictures and text to articles, which are then consolidated in a single newsletter, run through a CFMAIL tag looped through a database, and Bob?s your ...
|
| enable disable control | 27 Nov 2008 02:40 GMT | 3 |
I am trying to enable or disable an cfinput type of datefield and having problems getting it to work with what I am doing. I have a simple radiogroup with yes or no as the option. If yes is selected the datefield is enabled and/or visible and if no is selected the datefield is ...
|
| Disabling MySQL autocommit | 26 Nov 2008 20:07 GMT | 4 |
I'm relatively new to using cftransaction but I've come across something that I can't explain. I added "SET autocommit=0;" to the connection string of my database in CFAdmin for a MySQL 4.1 database and restarted the service. The db is using the native MySQL 4/5 driver.
|
| CFHTTP connection failure issue | 26 Nov 2008 12:48 GMT | 2 |
I am writing to describe CFHTTP issue. There is a WINDOWS 2003, IIS 6.0 and ColdFusion 8 is on the server. Right now if I have to make any CFHTTP call from the server to my client URL (assume client URL is hosted to anywhere in the world) I must need to add that
|
| ColdFusion + Microsoft CRM | 26 Nov 2008 12:43 GMT | 1 |
We have a custom built ColdFusion shopping cart that is currently in place. The organization as a whole is moving to Microsoft CRM, and there is a need to move the e-commerce portion as well. Personally, I'd like to keep it in ColdFusion, but I'm having trouble finding either a ...
|
| problem with struct and cf8 | 25 Nov 2008 20:18 GMT | 18 |
I have following cf script (see bottom) with the following problem: I' never get the two structs in the 2nd row of the query. Should be the last dump. In cf 7 it works fine. But in cf8 i allways get with #myQuery.Advanced[2]# the second struct of the first row. why that??? It ...
|
| Calling vBulletin into a CFM page | 25 Nov 2008 15:08 GMT | 1 |
Would like to know if it is possible to call a PHP page into a CFM page. I would like to have the main page header and footer in CFM and the center content load our vBulletin page in PHP. I know this is possible with iFrames, but not all browsers support this method.
|
| CFArgument Usage | 24 Nov 2008 21:31 GMT | 8 |
I had a quick question... are there any reasons not to use the (cfargument) tag to reference a table name? I have only used and seen it used within queries after the where clause. Thanks!
|
| XML HELP! | 24 Nov 2008 19:01 GMT | 2 |
First off, I am really light on using XML in CF. Having said that...I have to parse an XML document to use some of the information and loop it on a physician profile page. Using an example from a blog site, I am attempting (badly) to grab just the title, author, link, and ...
|