| Thread | Last Post | Replies |
|
| Verity Search Question | 06 Apr 2005 20:45 GMT | 1 |
when using a Database in conjunction with CFindex tag, will the all the key paths be consolidated into one collection ? <html> <cfquery name="bookquery"
|
| onSessionEnd problem | 06 Apr 2005 20:27 GMT | 3 |
I have this UDF being called in the function onSessionEnd in my application.cfc file: <cffunction name="writeUserData" access="public" returntype="void" hint="Writes Object Vars to Client based WDDX Packet">
|
| Newbie Cookie Script | 06 Apr 2005 19:05 GMT | 1 |
As I am learning CF, I am writing my own tutorial for practice. Right now I'm working on a form that links to these forums for searches. My forum is setup with a textbox (cfsubject) and radio buttons to 6 of the topics here (getting started, general discussions, adv.... etc.). ...
|
| CFContent Problem - Passing parameters in URL with img src tag | 06 Apr 2005 18:16 GMT | 8 |
My code is like this on the ViewImage.cfm page <img src="GetImage.cfm?id=123"> on the GetImage.cfm page <cfcontent type="image/gif" file="images/logo.gif" deletefile="No">
|
| Date Routine | 06 Apr 2005 15:23 GMT | 1 |
I?ve got a routine that figure out 30 days from today?s date, but what I want to do is resolve a start date and an end date where the start date is the first day of last month and the end date is the last day of last month. Any ideas?
|
| CFGrid Problem | 06 Apr 2005 13:18 GMT | 2 |
I am using Coldfusion 7.01 and am having difficulty using the cfgrid to perform an insert. I have a sql table that requires two fields (update_date and updated_by). When I try to insert a new record through the grid, I receive the following error:
|
| Detect Directory | 06 Apr 2005 13:10 GMT | 2 |
Is there any way to detect the fully qualified directory that the requesting file resides in. For example, if my page was www.mysite.com/detect.cfm, it could return something like c:\inetpub\wwwroot\mysite\detect\ ?
|
| Encryption puzzle | 06 Apr 2005 03:54 GMT | 2 |
I don't know much about encryption, so I've been banging my head against this for a few days now. Here's the situation: I'm working on an online application, from which I'm collecting and storing sensitive data (social security numbers). I want to encrypt that data to keep it ...
|
| Execute code on session end | 06 Apr 2005 02:40 GMT | 2 |
I would like to pop up a message to the user when the session is about to time out. And if they don?t respond I would like to update a database just before the session ends.
|
| How to check a form variable for info | 06 Apr 2005 01:54 GMT | 2 |
Very quick, I need to check a form variable for a valid email or telephone. I don't want to do this in javascripting for assorted reasons(besides the fact javascript sucks). I have a form variable (form.addressvalue). which needs to be checked. Any
|
| Cfusion_VerifyMail | 05 Apr 2005 21:40 GMT | 3 |
I'm finally converting from CF5 to MX 6 I have discovered that the Cfusion_VerifyMail() function is no longer supported. Does anyone know of another way to determine if the mail server is up before attempting to send an email?
|
| Web services not working after upgrading from mx 6.1 to mx 7 | 05 Apr 2005 21:31 GMT | 1 |
Hihi, We have some Web services codes written in Java, running in a Web application together ColdFusion and JRun4. Previously, we have deployed ColdFusion MX 6.1 as an enterprise application in JRun4 and the Web services code worked fine.
|
| cfscript | 05 Apr 2005 20:56 GMT | 6 |
since i cannot find the cf and java integration thread, gues i will post this here: i wrote a cfm with cfscript that utilizes java which connects to a socket on another server. everything is working, but i would like to add a timeout. we are still on cf5 so i cannot use the ...
|
| timing a script execution | 05 Apr 2005 20:54 GMT | 3 |
Can someone plase help me? I've got a database of links. And I need to regularly check, whether these links are valid or no. In addition, I need to check, whether these linked pages contain a certain string. (A link back.)
|
| Using CFHTTP to access a page that executies CFQUERY's | 05 Apr 2005 16:37 GMT | 1 |
I have a page called print.cfm. It's purpose is to print out, to screen, all pages of a multi-page application form. Throughout print.cfm I have CFQUERY calls to the database to retrieve the content that the user has submitted to the database. I am trying to access this page ...
|