RE: CFFORM problem

2008-02-10 Thread Dave Watts
> Today I moved a site from one CF8 server to another CF8 server. > Suddenly, all the validity checks that were working > on the previous server now fail on the new server. Is there > some setting in Adminstrator that may possibly be making this > happen? Anything else that it could be? It's

Re: cfform problem drivin me nuts

2007-02-26 Thread Will Tomlinson
>Will, > >Your problem is in your CSS. I copied and pasted your html source from the Ok thank you doug. I'll get on this later today and get it figured out. Thanks! Will ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience

Re: cfform problem drivin me nuts

2007-02-26 Thread Doug Brown
. You might post your stylesheet and see if someone else can tell you exactly what the problem is. Doug B. - Original Message - From: "Doug Brown" <[EMAIL PROTECTED]> To: Sent: Monday, February 26, 2007 6:30 AM Subject: Re: cfform problem drivin me nuts > I have a snea

Re: cfform problem drivin me nuts

2007-02-26 Thread Doug Brown
I have a sneaking suspicion that the problem lies in your div's use the validator and fix some of the errors (36 of them) Doug B. - Original Message - From: "Will Tomlinson" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, February 26, 2007 5:08 AM Subject: cfform problem drivin me nut

Re: cfform problem drivin me nuts

2007-02-26 Thread Greg Morphis
I'm using FF and the buttons are enabled? HAve you corrected the problem? On 2/26/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I'm having a problem I've never seen before with a cfform. It's just a form > with some selects, test inputs, etc. > > When you view it in FF, you can't click the save

RE: cfform problem

2003-06-10 Thread Robertson-Ravo, Neil (RX)
best bet...DONT USE CFFORM -Original Message- From: Tyagi, Badal [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 10:07 To: CF-Talk Subject: RE: cfform problem In case of CF5.0 CF used to write cfform.js in page itself whereas in CFMX it uses : to include cfform.js from \cfide\scripts

RE: cfform problem

2003-06-10 Thread Tyagi, Badal
In case of CF5.0 CF used to write cfform.js in page itself whereas in CFMX it uses : to include cfform.js from \cfide\scripts folder, so note that you have to map cfide folder in your webserver, then it will work fine. regards, badal Tyagi, HCL Perot Systems, Noida, India -Original Message

Re: CFFORM Problem

2001-01-10 Thread paul smith
Yep! That was it. Thanks! best, paul At 09:33 AM 1/10/01 -0500, you wrote: >Take out the and it should work. behaves as if it is an >implicit CFOUTPUT in many cases. > >Dave > > > > This throws an error if I change it to CFFORM: > > > > > >ACTION="/KeyWordAct/index.cfm/IN.#VARIABLES.INIT#

Re: CFFORM Problem

2001-01-10 Thread David E. Crawford
Take out the and it should work. behaves as if it is an implicit CFOUTPUT in many cases. Dave - Original Message - From: "paul smith" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 02:13 Subject: CFFORM Problem > This throws an error if I cha

Re: Cfform Problem

2000-08-02 Thread David Shadovitz
Patrick, The problem is that the form is never submitted, so of course the excel and html results pages cannot access the form variables. There are several ways to go about this. Here's one way: * use a regular submit button. * use a checkbox named "excel" * the form's action page is always the