| Thread | Last Post | Replies |
|
| excel upload | 21 Jul 2006 11:07 GMT | 1 |
Hi i have a mysql database which i want user to upload there excel spread sheet to i have tried using cfgrid but i would like the user to be able to copy whole columns of data from excel to cfgrid is this possable?
|
| Getting totals in a CFC | 21 Jul 2006 10:44 GMT | 7 |
I am trying to use two SQL calls and set a couple variables to gather the balance of projects left for a member. I first find out how many projects they have total for their account. (available)
|
| CREATE COLDFUSION EXECUTABLE | 20 Jul 2006 21:33 GMT | 4 |
Is there a way to take a current CF app utilizing multiple .cfm pages that access SQL Server and create one .exe file? Or an alternative to make the code more portable? Finished a project and MIS wants to know to streamline Disaster Recovery.
|
| cfhttp and timeout | 20 Jul 2006 19:33 GMT | 4 |
I'm using cfhttp with a timeout value, but how do I know if I timed out? Can't seem to find any examples online or at the macromedia livedocs. Perhaps, it returns a statuscode 408. How can I test this sort of thing?
|
| XSLT and CF help | 20 Jul 2006 16:33 GMT | 7 |
I'm trying to place an RSS feed in my home page. I've followed this Dev Center guide: http://tinyurl.com/ewbdv I've gotten everything to work perfectly locally. However, when I upload the files it won't work online here: http://tinyurl.com/ootyn
|
| Download csv file | 20 Jul 2006 15:47 GMT | 1 |
I use this line to download a csv file. <CFLOCATION URL="c:\file.csv" Addtoken="No"> It works as intended in the production environment. The save or open box is showen and if open is clicked Excel opens the csv file.
|
| Reading HTTP Header Variables | 20 Jul 2006 15:14 GMT | 2 |
We have an application on CF5 that we have put behind a SSL proxy server. We have go everything to work fine except we are running into time were we are unable to read http header variables. Once you log into the SSL side, the request along with header is sent to the cf5 server ...
|
| Verity - How to sort results? | 20 Jul 2006 15:05 GMT | 3 |
How can one sort a set of data returned by CFSEARCH? I'm using CF7. Thank you!
|
| Populating the top 3 | 20 Jul 2006 14:53 GMT | 2 |
Hi, I have a webpage where people can comment on a topic the problem im facing is i want to find out which of all the topics are the top 3 topics (judging by which one has the most comments) can anyone help me in finding out a good way of doing this?? thanks in advance...
|
| Unique Element in List | 20 Jul 2006 14:35 GMT | 3 |
Hello All , Here is the List 1234 Z,3 | 0000 X, 3 | 1234 Z, 3 | 5555 P, 1 | 0000 X, 3 | 0000 X, 3 | 1234 Z, 3
|
| Include a file | 20 Jul 2006 14:33 GMT | 1 |
can i... I have 2 servers, ServerA is live and ServerB is not. ServerB has coldfusion running on it. I want to creat a webpage on ServerA which class a coldfusion page from
|
| JBoss Support | 20 Jul 2006 13:28 GMT | 1 |
Is there any official plan to support CFMX Enterprise on JBoss AS? If so, when might that be and what version? TIA
|
| CF 7.02 Access Encoding and Smart Quotes | 20 Jul 2006 08:36 GMT | 1 |
The latest version of ColdfFusion with the updater applied (7,0,2,142559 ) does not properly handle smart quotes pasted from MS Word using UTF-8 as the charset. This worked on CF7 pre updater and CF 6. Is anyone aware of a fix for this ?
|
| Component location? | 20 Jul 2006 08:35 GMT | 3 |
I am trying to invoke a component from a location on my web site outside of the directory that the page is located. My physical folder is: E:\webs\website.com\wwwroot\directory\comdirectory which comes up as website.com/directory/comdirectory
|
| Randomizing results in queries | 20 Jul 2006 02:24 GMT | 1 |
Lets say that I have 24 records in a table... I want to be able to return 1 row only, but randomize which row is returned each time the query is accessed. Note: I am currently using MX 6.1, so functions available in 7 obviously will not work.
|