| Thread | Last Post | Replies |
|
| Using a cookie from one application web site to another application | 28 Feb 2008 17:38 GMT | 1 |
I have a big application written in ASP/CF. In this application, I added a link to my small application in CF. Both apps are on the same server but separate websites. I liked to use the user admin functionality that is available in the big application into my small apps. ...
|
| Changing the field names in a CFQUERY object | 28 Feb 2008 16:41 GMT | 7 |
Hello, I wonder whether you know the answer to this? I want to change the names of the fields in a CFQUERY result set after I have retrieved the results from the database (ie. I can't use "AS" in the original SQL statement). I can think of 2 ways to do this - use the ...
|
| XmlFormat | 28 Feb 2008 16:36 GMT | 2 |
I doubt that I'm the first to create a function like the one below, but I've seen others looking for the same information comparatively recently. So here's a simple way to avoid user-input causing XML to fail ... I was impressed with the [B]XmlFormat[/B] functionality.... until I ...
|
| params not getting passed using stored procedures | 28 Feb 2008 16:31 GMT | 5 |
I have a very strange situation going on on my production server. We decided to use all stored procedures for this application and we built it in development using WIN2000, ColdFusion MX 7 version 7,0,2,142559 and SQL Server 2000 SP4.
|
| Min/Max/Sum | 28 Feb 2008 14:27 GMT | 8 |
I?m trying to work out how long it takes a user to complete online training. The following query returns 271 rows form 4 different training courses, i want to take the maximum & minimum for each course and work out the difference. How can I achieve this?
|
| web service internet connection | 28 Feb 2008 14:13 GMT | 1 |
I am working on an intranet system that uses an external internet webservice. In order to connect to the external webservice i have to connect to the internet. When the internet connection goes down and i try to get data back from the webservice the page just hangs up as it is ...
|
| cfquery - multiple combinations | 28 Feb 2008 09:07 GMT | 3 |
Hi, Can someone plz point me into the wright direction, I have a search query that takes comma-delimited list from form and search a field with comma delimited list. so WHERE 1,3,56,78 = 1,2,3,4,56,53
|
| How do I encode these special characters? | 27 Feb 2008 21:50 GMT | 1 |
I am amazed that I cannot find any examples of how to do this (so far). Basically, I need to URL encoded only these special characters, as specified in RFC1738, section 2.2: ";","/", "?", ":", "@", "=" and "&" (plus "+" although "+" is not required by
|
| Complex data type help sought | 27 Feb 2008 21:43 GMT | 31 |
This seems like it should be simpler than it has been for me, but I am neither an expert with webservices nor CF. Though not a newbie, my guess is that there is something fundamental I am missing. I have sought answers to this and read many articles, but either the suggestions ...
|
| cfcontent cfconfusion | 27 Feb 2008 15:41 GMT | 5 |
When I use <cfcontent type="whatever/ext" file="somefile.ext"> in an action page called by a form, any code that follows cfcontent in the action page does not execute. In other words, cfcontent is acting like <cfabort>. the cfcontent tag is working exactly as expected, except ...
|
| Locking down a directory with application.cfc? | 27 Feb 2008 11:28 GMT | 15 |
Hello; I am currently upgrading a log in that I made to a directory in my web site. I used application.cfm to lock it down and it worked nice. Now I am trying to figure out how to upgrade my code to work on application.cfc. Can anyone help
|
| Measure speed increase after coldfusion caching | 27 Feb 2008 11:07 GMT | 1 |
How can I measure how much faster my server is responding after page is cached. I don't have access to coldfusion administrator. Is there anyway I can measure server response to page requested before caching & after caching? thank you.
|
| coldfusion to serial port | 27 Feb 2008 09:40 GMT | 1 |
I have a flash application that uses coldfusion to interact with a database. Im trying to get the same application to either commniicate with the serial port via Actionscript or Coldfusion. Is either possible?
|
| SQL Query to Text file | 27 Feb 2008 01:38 GMT | 16 |
I need to dump a query out to files, the issue is that this query has to break by an specific code and then create the text file based on this code. But when I try to execute it I get a Jrun Server error "Jrun 500 Null". please take a look at the code and tell me what I'm doing ...
|
| Get HTTPS with Windows log/pass | 26 Feb 2008 21:20 GMT | 9 |
This is the page i want to acces via a cfm page (CF7) : [Q]https://www.zft.adp.com/dock/[/Q] i tried [Q]<cfhttp url="https://www.zft.adp.com/dock/" method="GET" port="443"
|