Re: CFIF and CFELSE

2000-07-14 Thread chris . ivey
Willy, Your CFIF and CFELSE logic looks fine. I think you need your logic to read: See if that works for you. Chris Ivey MTS Systems Engineer GTE Data Services: Temple Terrace, Florida TSS Distributed - WAN Tools Group Office: (813) 978-4844 Pager: (813) 303-1177 AIM

Re: CFIF and CFELSE

2000-07-13 Thread Eric Dawson
needs to be but you could do: From: "Gregory Harris" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: CFIF and CFELSE Date: Thu, 13 Jul 2000 10:14:38 -0700 I remember having a problem like that, I believe that ColdF

RE: CFIF and CFELSE

2000-07-13 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You could get away with that using a regular HTML tag, but you can't break up the opening & closing of any Best regards, Zac Bedell > > method="post" enablecab="Yes"> > > enablecab="Yes"> > > > >

RE: CFIF and CFELSE

2000-07-13 Thread Sean German
Sean. -Original Message- From: Willy Ray [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 11:40 AM To: [EMAIL PROTECTED] Subject: CFIF and CFELSE This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands h

Re: CFIF and CFELSE

2000-07-13 Thread Gregory Harris
I remember having a problem like that, I believe that ColdFusion interperts tag nesting before evaluating CFIF and other statements within code. Which means your code must start and end evenly. It may seem redundant but putting the entire form within each of the CFIF brackets I believe is th

RE: CFIF and CFELSE

2000-07-13 Thread Dave Watts
> There Must be something I don't know about CFIF. I want to > check if a URL variable exists. If it does, I want to add the > same variable to the URL of the action of a CFForm, basically > so I can check for it on the action page, and use it to re-route > a cflocation. > > Here's the problem. I

Re: CFIF and CFELSE

2000-07-13 Thread Birgit Pauli-Haack
Hello Willy, . Try this, the double quotes in IsDefined and the URL.myvariable in pounds in CFform action... CU Birgit Thursday, July 13, 2000, 11:39:59 AM, you wrote: > This is a MIME message. If you are reading this text, you may want to > consider changing to a mail reader or gat

CFIF and CFELSE

2000-07-13 Thread Willy Ray
This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=_2C7475F2.A6C7A9E6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Ther