[thelist] Re: thelist digest, Vol 1 #1112 - 1 msg

Gail Wiggin gail at aabalonered.com
Tue Mar 6 12:14:21 CST 2001


I unsubscribed from this list. Why did I get this email? Thanks.

thelist-admin at lists.evolt.org wrote:

> Send thelist mailing list submissions to
>         thelist at lists.evolt.org
>
> To subscribe or unsubscribe via the web, visit
>         http://lists.evolt.org/mailman/listinfo/thelist
> or, via email, send a message with subject or body 'help' to
>         thelist-request at lists.evolt.org
> You can reach the person managing the list at
>         thelist-admin at lists.evolt.org
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of thelist digest..."
>
> Today's Topics:
>
>   1. I FIXED  CF_ThreeSelectsRelated! (Dan Slater)
>
> --__--__--
>
> Message: 1
> From: Dan Slater <DSlater at buxtonco.com>
> To: "'list at dfwcfug.org'" <list at dfwcfug.org>,
> "'thelist at lists.evolt.org'"
> <thelist at lists.evolt.org>
> Date: Mon, 5 Mar 2001 11:59:46 -0600
> charset="iso-8859-1"
> Subject: [thelist] I FIXED  CF_ThreeSelectsRelated!
> Reply-To: thelist at lists.evolt.org
>
> First off, thanks to those who tried to help with this (anim8tr and Judith).
> I can greatly appreciate that helping someone with a problem like this when
> you can't see the error is difficult at best.
>
> To make a long story short - Nate Weiss' extremely helpful
> ThreeSelectsRelated custom tag had an error in it.   It only occurred when
> using the "EMPTYTEXT1", "EMPTYTEXT2" or "EMPTYTEXT3" attributes.
> Specifically, the variable "Counter1" lacked an IIF statment that
> initialized the counter to either a 1 or a 0 - depending on wheter or not
> the EMPTYTEXT attributes were used (not = "")
>
> The variable "Counter" is initialized properly here:
>
> Line 141:  <!--- COUNTER VARIABLE WILL HOLD NUMBER OF GROUPS (OPTIONS IN
> FIRST SELECT) --->
> Line 142: <CFSET Counter = IIF(Attributes.EmptyText1 is not "", 1, 0)>
>
> But variable "Counter1" is not initialized properly here:
>
> Line 206:  <!--- COUNTER VARIABLE WILL HOLD NUMBER OF GROUPS (OPTIONS IN
> FIRST SELECT) --->
> Line 207:  <CFSET Counter1 = 0>
>
> Changing Line 207 to:   <CFSET Counter1 = IIF(Attributes.EmptyText2 is not
> "", 1, 0)>  the problem is solved.
>
> I will attempt to get the Author to incorporate this fix (and several others
> I found) into a new version of the tag.   Failing that - I will upload a new
> version of the tag at the Allaire Developer's Exchange site.
>
> I'd be happy to forward the fixed version to anyone who asks (although i'm
> pretty certain the above information will help too)
>
> Dan Slater
> JOATMON
> www.buxtonco.com
>
> --__--__--
>
> _______________________________________________
> Help: http://lists.evolt.org/mailman/listinfo/thelist
>
> Archives: http://lists.evolt.org
>
> End of thelist Digest

--
Gail Wiggin
Ignition director
aabalone[red]
6 Thorndal Circle
Darien, CT 06820
203.655.1920
http://www.aabalonered.com





More information about the thelist mailing list