RE: basic CFSET, CFTRY and CFCATCH probs.

2004-02-23 Thread Stuart Kidd
Thanks for that Jevo! :-)

 
-Original Message-
From: J E VanOver [mailto:[EMAIL PROTECTED] 
Sent: 23 February 2004 18:03
To: CF-Talk
Subject: RE: basic CFSET, CFTRY and CFCATCH probs.

 
FYI Stuart, you can also use a PAIR of double quotes in a CF string to
represent a quote.

In your case:
Number of
Bedrooms must have a value.">

Jevo
-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED]
Sent: Monday, February 23, 2004 9:12 AM
To: CF-Talk
Subject: RE: basic CFSET, CFTRY and CFCATCH probs.

Thanks Greg, that's done it... just made them single ones.

-- Original Message --
From: "Greg Luce" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Mon, 23 Feb 2004 12:04:44 -0500

>Stuart,
> It's the double quotes on the color attribute in your font tags
>that's ending the set value too soon. Just leave out the quotes and
try.
>
>Greg
>
>-Original Message-
>From: Stuart Kidd [mailto:[EMAIL PROTECTED]
>Sent: Monday, February 23, 2004 11:59 AM
>To: CF-Talk
>Subject: basic CFSET, CFTRY and CFCATCH probs.
>
>
>Hi,
>
>I've a problem with CFSET, i'm trying to have a font color change in
one
>of my statements but it doesn't seem to work.  The CFSET is within a
>CFCATCH and CFTRY.
>
> 
>form.PropertyDataCountry is "">
>"Country must have a value."> 
>form.PropertyDataNumberofBedrooms is "">
>MessageAlert & "Number of Bedrooms must have a
>value.">
>
>MessageAlert & "Number of Bathrooms must have a value.">
>
>
>MessageAlert & "Type of House must have a value.">
>
>
>My  tags in my variable work but when i inserted the  tag it
>hit some errors.  Is this normal?
>
>thanks,
>
>Stuart
>
>
>
>
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: basic CFSET, CFTRY and CFCATCH probs.

2004-02-23 Thread J E VanOver
FYI Stuart, you can also use a PAIR of double quotes in a CF string to
represent a quote.

In your case:
Number of
Bedrooms must have a value.">

Jevo
-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED]
Sent: Monday, February 23, 2004 9:12 AM
To: CF-Talk
Subject: RE: basic CFSET, CFTRY and CFCATCH probs.

Thanks Greg, that's done it... just made them single ones.

-- Original Message --
From: "Greg Luce" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Mon, 23 Feb 2004 12:04:44 -0500

>Stuart,
> It's the double quotes on the color attribute in your font tags
>that's ending the set value too soon. Just leave out the quotes and try.
>
>Greg
>
>-Original Message-
>From: Stuart Kidd [mailto:[EMAIL PROTECTED]
>Sent: Monday, February 23, 2004 11:59 AM
>To: CF-Talk
>Subject: basic CFSET, CFTRY and CFCATCH probs.
>
>
>Hi,
>
>I've a problem with CFSET, i'm trying to have a font color change in one
>of my statements but it doesn't seem to work.  The CFSET is within a
>CFCATCH and CFTRY.
>
> 
>form.PropertyDataCountry is "">
>"Country must have a value."> 
>form.PropertyDataNumberofBedrooms is "">
>MessageAlert & "Number of Bedrooms must have a
>value.">
>
>MessageAlert & "Number of Bathrooms must have a value.">
>
>
>MessageAlert & "Type of House must have a value.">
>
>
>My  tags in my variable work but when i inserted the  tag it
>hit some errors.  Is this normal?
>
>thanks,
>
>Stuart
>
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: basic CFSET, CFTRY and CFCATCH probs.

2004-02-23 Thread Stuart Kidd
Thanks Greg, that's done it... just made them single ones.

-- Original Message --
From: "Greg Luce" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Mon, 23 Feb 2004 12:04:44 -0500

>Stuart,
>	It's the double quotes on the color attribute in your font tags
>that's ending the set value too soon. Just leave out the quotes and try.
>
>Greg
>
>-Original Message-
>From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
>Sent: Monday, February 23, 2004 11:59 AM
>To: CF-Talk
>Subject: basic CFSET, CFTRY and CFCATCH probs.
>
>
>Hi,
>
>I've a problem with CFSET, i'm trying to have a font color change in one
>of my statements but it doesn't seem to work.  The CFSET is within a
>CFCATCH and CFTRY.
>
> 
>form.PropertyDataCountry is "">
>"Country must have a value."> 
>form.PropertyDataNumberofBedrooms is "">
>MessageAlert & "Number of Bedrooms must have a
>value.">
>
>MessageAlert & "Number of Bathrooms must have a value.">
>
>
>MessageAlert & "Type of House must have a value.">
>
>
>My  tags in my variable work but when i inserted the  tag it
>hit some errors.  Is this normal?
>
>thanks,
>
>Stuart 
>
> 
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: basic CFSET, CFTRY and CFCATCH probs.

2004-02-23 Thread Greg Luce
Stuart,
	It's the double quotes on the color attribute in your font tags
that's ending the set value too soon. Just leave out the quotes and try.

Greg

-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 23, 2004 11:59 AM
To: CF-Talk
Subject: basic CFSET, CFTRY and CFCATCH probs.

Hi,

I've a problem with CFSET, i'm trying to have a font color change in one
of my statements but it doesn't seem to work.  The CFSET is within a
CFCATCH and CFTRY.

 
form.PropertyDataCountry is "">
"Country must have a value."> 
form.PropertyDataNumberofBedrooms is "">
MessageAlert & "Number of Bedrooms must have a
value.">

MessageAlert & "Number of Bathrooms must have a value.">


MessageAlert & "Type of House must have a value.">

My  tags in my variable work but when i inserted the  tag it
hit some errors.  Is this normal?

thanks,

Stuart
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]