I have a cf form with <cfinput type=text name="dateArrived" value="#dateformat(now(), 'mm/dd/yyyy')#" onBlur="validateForm(initiateForm)"> When the form is...
In javascript the part before the parenthesis is the function name and the parts within the parenthesis are the variables (on send) or the variables names (for...
Hey guys, I was wondering, if you are using any CS4 bundles like Production Premium/Desgin Premium etc. or are you using Individual products. And I was also...
Hi, It depends if you have a need for many of the programs to justify the price. I am a student and when I bought the Design Premium for CS 3 it was around...
Thank you, Johnny. ________________________________ From: John Barrett <barrjohnm@...> To: coldfusion-howto@yahoogroups.com Sent: Sunday, March 1, 2009...
your welcome`-` ________________________________ From: Jane Z <xianer_2000@...> To: coldfusion-howto@yahoogroups.com Sent: Tuesday, March 3, 2009 5:34:11...
Yesterday, I upgraded to CF 8. Today, I got the following error when running a process that used to work: An exception occurred when performing a file...
Update: I found something to fix the problem I was having. Apparently <cffile action="copy" ... either doesn't work in CF 8 or needs something set up that I...
I have a cfchart with two series, one bar (total count for a period) and one line (average count for a period) I want to add a third series, anohter bar (total...
I have a form A. Once filled out, they should subnmit to insert the data into a table. However, they can fill out the form and not submt. There is a icon in...
Submit the form no matter what. On the comment page, store the values in session variables. After using cflocate to send them back, use the session vars to...
John, thanks for the reply. One of the problems is that they fill out the form completely but do not submit. They go to form B (comments) fill that one out...
Hi Linda I came across that error last week as well. It's a debugging issue in Coldfusion 8, and I had got my hosting company to install the patch on the...
Like John said use session variables. On FormA.cfm or even application.cfc/cfm set up the session variables with defaults on forma.cfm use those session values...
Hi Jason, I thought I had found a solution with the new FileCopy(source, destionation) code in CF8. Turns out it didn't throw an error, but it didn't copy ...
Does anybody here have a free code/product for captcha in CFMX6.0 which is FREE? I still don't have CFMX 7 or CFMX 8. So I still have to deal with CFMX 6.0. I...
It sounds like you have a starting point at least, so instead of recreating the wheel for you, maybe we can help you to get one of those packages working? Can...
Here is what I am using, just adapt it to use RANDRANGE, add form stuff and cfoutputs around it, numeral images and you should be good to go. Here it is live;...
Thanks for everybody who has responsed to my post. I am looking at this one http://www.compoundtheory.com/?ID=97&action=displayPost, and try to make it works...
Are you using Windows? If so, you can query the XLS file directly just like it was a database. Let me know if you want more info on that. -John ... From:...
First, you'll want to create a blank XLS workbook and save it to the server. Alternately, you can download the file "DynamicXLS Blank Workbook for CF DSN.xls"...
I dynamically generate radio buttons (site) from my query. What I have to do now is check LDAP to find the user site and then preselect the daynamic radio...
I am getting this error: Invalid content type: "application/x-www-form-urlencoded". CFFILE action="upload" requires forms to use enctype="multipart/form-data"....