I have a cfgrid that gets its data from a JavaScript function that calls a function in a CFC file.
This is working properly, but I am unable to display the data the way I want to.
How can...
Hi, I posted a question a while back (see link below)
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21114405.html?sfQueryTermInfo=1+between+date+dateseri...
I've just installed ColdFusion so not totally sure about the configuration of it and how to point it to my SQL database but at the moment I'm using the correct database name and it states that...
I'm about to take on a project of integrating Google Analytics within a Fusebox site. I'm not a fusebox programmer but I do have a lot of experience with ColdFusion and Google Analytics. Usu...
I have a form which i need to select the user from, this uses a query to populate the checkboxes.
This works fine, submits data to the next page and then I need to use the names selected in...
I have a data structure that I am building which contains numerous other data structures.
When I CFDUMP the struct, it looks fine and no errors occur.
When I convert the struct to xml usin...
We have recently been hit with a bunch of various bots trying to glean information on varous websites. We have in place a global error handling page for ColdFusion on the server so they are n...
the below code ois directly from cf help files, when i tried to implement it i get an error about teh last block of a cftry must bre a cfcatch, but thsi code sample has a cftransaction, is the...
I have a table that I need to clear values first then update it with correct data. It needs to happen 3 times. For some reason it's only happening once.
Please see code below:
<cfquery nam...
I have a flash form with certain required fields but it's possible that certain questions do not pertain to the end-users request. So I want to have a checkbox on the form and if the end-user...
Hi,
I have my local machine in Florida, and my remote web server in Texas. I'm running Coldfusion MX, using 2005 SQL Express. Both boxes are connected to their local db's and are running ...
Hey All,
I have a flash movie embeded within a coldfusion template. The user logs in via the flash movie, and when he does his user name is stored in the coldfusion session via remot...
A question posed by coworker has us puzzled. He says "this is on Active-dev CF 6.1" and provides example:
URL=
YEARESTABLISHED=*
ZIP=124578
What does the asterisk mean?
Original Question:
Is there anything in ColdFuison would aide in communicating with SNMP enabled devices like routers, switches, etc. I'm trying to achieve something similiar to the capabili...
I have a cf page that returns courses...the more courses CF returns, the more white space it returns...How can I get rid of it (white space)? I already have Enable Whitespace Management on i...
Hello all
When i first develop my application using MS Access as by backend db to Coldfusion, I can use the "<CFQUERYPARAM> codes to protect my data from people who might want to delete or...
I want to use javascript validation on a cfgrid. The docs say its possible but i cant seem to get it to work. anyone with ideas? i need to validate date and integers
I have a 2part question:
First part -
First, should I use CFINPUT TYPE="checkbox" or input TYPE="checkbox"?
Second Part -
What I'm working on is a employee task list.. Employee's can a...
Trying to pre populate an input type file field after the page submits to itself, but cant get it to keep its value C:\path etc..
Am i missing something here ??
<cfparam name="FORM.cv" d...
Looking tips on the best way to layout the structure and to pass values, i have a self posting form which allows the user to pass values between two tables on a form. (Well im adding and delet...
I need to generate several thousand unique numbers in the following format.
679139ux
Is there a script or a method in which I can do this using Cold Fusion?
I am trying to create a page that responds to what a user is searching for on google. If possible?
Here's what I'm trying to do...
1) User goes to google to search for lets say a honda c...
I am doing the following but gets below error
<cfif err_Login EQ " ">
<cfset session.Username = #form.txt_UserName#>
<cflocation url="usersMenuForm.cfm">
...
Does anyone know where i can find some info on writing a web app for a blackberry?
I'm running CF6 on Apache. How can I configure either CF or Apache such that index.cfm is recognized as the default page?
Currently I have had to create an index.htm redirect page, but I wo...