| Thread | Last Post | Replies |
|
| Converting int to list | 04 Mar 2005 10:21 GMT | 4 |
I have a number 45109. My aim is to convert this into a list of '4,51,0,9'. How do you go about doing this in CF. Any help will be greatly appreciated. Thanks.
|
| Single Field Selection in Flash CFGrid | 04 Mar 2005 00:55 GMT | 1 |
Unlike the applet version of the CFTree, the Flash version of CFTree will only select an entire row unless edit is the selectmode. I want to pass the column that was selected for a certain row so that I can dynamically assign a drop down list selection to the corresponding ...
|
| "?" in a query string is replaced with a '/' | 03 Mar 2005 23:27 GMT | 6 |
How do I reconfigure ColdFusion on my server so that the '?' in a query string is replaced with a '/' and pass the value to the URL.
|
| Date/Time Check with Arrays | 03 Mar 2005 22:06 GMT | 7 |
Hello all, I have a site setup for registering for seminars. You click on a button to add a seminar, and it adds it as a new structure in an array called session.semcart. I was wondering if anyone knew a way to check the date and time fields to see if someone registered for ...
|
| Please help! My SQL statement doesn't work.. | 03 Mar 2005 21:55 GMT | 1 |
It should be simple but this is the first time for me trying to use store procedure, can someone help correcting my syntax? I'm trying to do some looping in my store procedure: declare @loopnumber int declare @dbname varchar select @loopnumber = 1 select @dbname = 'MYDB_' + ...
|
| Getting page output | 03 Mar 2005 21:36 GMT | 5 |
Is there a tag or method I can use to grab the page output so that I can amend it prior to outputting.
|
| accessing images on a novell server from a win2000 machine | 03 Mar 2005 20:49 GMT | 8 |
hey everyone, i'm doing a proof of concept for a photo library project and i'm a bit stuck. we have a novell server with over 20,000 images that we want to build a GUI to access. the win2000 coldfusion box is going to be seperate as it won't run on novell. i tried to access ...
|
| CFChart hangs | 03 Mar 2005 19:58 GMT | 2 |
Has anyone encountered this? On our Dev Server (MX6.1 Win2K), pages with CFChart are not loading.. the call goes to the servlet and just hangs. We're using the trial version of iistracer and we can see the request but the page doesn't load. Some of these requests get up into the ...
|
| Button Tooltip | 03 Mar 2005 18:23 GMT | 1 |
I'm trying to get a button tooltip to work but the code I'm dealing with was created by someone else and I got it to work in the Development instance of my application but when I promoted to Quality, it didn't work. I just want to give the user some information that pops up when ...
|
| File buffering with CFCONTENT | 03 Mar 2005 17:46 GMT | 1 |
Does anyone know how exactly <cfcontent> works when 'streaming' files back to the client? I have an application that uses <cfcontent> to deliver files securely from an area on the server file system outside the document root.
|
| upgrade to cfm 6 from cfm 5 | 03 Mar 2005 17:43 GMT | 4 |
I am having allot of issues with my site since I upgraded to cfm 6.0. One big issue is fields with large sets of data is erroring out when I add a new record to a database. --------------------------------------------------------------------------------
|
| Elemenate duplicate in a list | 03 Mar 2005 14:06 GMT | 1 |
How can i Elemenate duplicate in a list.. Please help
|
| copy a part of a list to another list | 03 Mar 2005 08:16 GMT | 2 |
i store my search result in a list and want to divide that list into 3 or 4 smaller lists How can i do this please help..
|
| Missing image in url | 02 Mar 2005 22:04 GMT | 6 |
Hi I have to retrieve images using <img src=http://www.othersite.com/graphics/thumbimages/#prefix#/#hotels.Id#-01.jpg></ a> That works fine if in fact there is an image but the problem is when there is no image with the respective ID. Can someone suggest a work around if ...
|
| APACHE SERVER & CFMX | 02 Mar 2005 18:52 GMT | 2 |
The people who manage my servers have switched us to an APACHE 2.0.52 server with CFMX 6.1. I had been using the code below to send people to the correct pages based on where they were coming from. <cfif #CGI.REMOTE_HOST# CONTAINS '.net' OR #CGI.REMOTE_HOST# CONTAINS '.gov'> ...
|