| Thread | Last Post | Replies |
|
| Session Timeout Refresh | 26 Oct 2004 16:14 GMT | 1 |
How would I go about putting code into my application.cfm to get the page to automatically redirect/refresh after session timeout? For example... Session timeout is currently set to 20 minutes. If the user leaves the application open for 20 minutes without any activity, at 21 ...
|
| UNION query date problem | 26 Oct 2004 15:29 GMT | 1 |
I am having a problem with a union query and a date field. How do you run a union query with date fields. <cfquery datasource="ISO" name="qActionResults"> SELECT *
|
| UDF To Return A List | 26 Oct 2004 00:26 GMT | 1 |
I am trying to get my UDF to return a list using the CFFUNCTION tag Can anyone tell me how I can get this to work. TIA H
|
| after CF is on the server | 25 Oct 2004 19:13 GMT | 6 |
I'm in a debate and I need someone to give me proof of some sort, After you've installed CFML extensions on an IIS server...can you still run asp pages? thanks!
|
| cfloop won't stop | 25 Oct 2004 18:01 GMT | 2 |
I'm using the following query: <cfloop query="myquery"> <cfset loc = #myquery.Location#> <cfif loc is 'a'>
|
| How to display binary data | 25 Oct 2004 14:41 GMT | 3 |
I have a binary data object (such as a JPEG). I want to return it to the browser with the correct mime-type. I don't want to write it to disk and then make a URL to it.. I have my cfcontent set up properly, but cfoutput complains about not having a string.
|
| XML NODE | 25 Oct 2004 09:26 GMT | 2 |
How can i convert string into XML node (not document)? I get this error An error occured while trying to add an XML node to an element. The right hand side of the assignment is not of type XML Node.
|
| Show and Hide Data | 22 Oct 2004 20:33 GMT | 2 |
I need help.... The Background: I have built what is essentially a basic project tracking/to do list. The layout displays Title, Open Date, Due Date, and Comments. Each item has its
|
| VBS help! | 22 Oct 2004 19:27 GMT | 4 |
I am trying to use a vbs to prompt the use to enter thier name for a login Dim t, n t="Inventing Minds" n="your name"
|
| Working with a list | 22 Oct 2004 17:58 GMT | 1 |
I have a flat text file that I have used CFFILE to read. The file contains line breaks and is tab delimited with empty cells.What I need to do is have the list broken down into seperate lines that I can then loop through each as a seperate list item and look for a particular ...
|
| How to access linux network drive | 22 Oct 2004 17:54 GMT | 1 |
My coldfusion server running on a NT4 server, and has a network drive. This network drive reside on linux box. But when I browse the local hard drive of the coldfusion server using coldfusion function, it display the network drive "Not Ready". So, I unable to access the network ...
|
| Looping Query, Or Other?? | 22 Oct 2004 17:43 GMT | 1 |
Hello, I'm having difficulty coming up with a solution for a query and output for the following problem. I have created a long way, but know that with cfloop, there must be a shorter solution. Here's the info: 3 tables
|
| Working against pop up blocker, Is there a waay? | 22 Oct 2004 17:36 GMT | 4 |
In my application I'm using a pop up window. Many user can't open my application because there is a pop blocker installed in their machine. Many of them doesn't know if this software exist and it is not easy to assist them to turn off their pop up.
|
| Close pop-up window then redirect | 22 Oct 2004 15:26 GMT | 1 |
There is probably a simple solution to this but I can't seem to figure it out. Overview: Site A (out of my control) has a link to my website which pops-up into a window with the original site underneath.
|
| Posting data and emailing it | 22 Oct 2004 14:33 GMT | 1 |
Hi I wonder if anyone can help. I have created a feedback form which allows a user to post comments to a database. The script posts form info to itself action="#CGI.SCRIPT_NAME#" and then an SQL query inserts that info into a database.
|