In Fusebox wouldn't you just use a cfinclude. (I know FB2 but haven't had
the time to look at FB3)
It does work if I use the whole cfif statement. I was hoping to only use
parts of it. (ie a cfinclude that had only
<CFIF>
<CFELSEIF>

but not 
</CFIF>

It's the code between the <cfelseif> and </cfif> I don't want....
-----Original Message-----
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 12:20 PM
To: CF-Talk
Subject: Re: cfif


this is where fusebox really comes in handy as far as code reuse
goes, you may want to look into it.




"Success is a journey, not a destination!!"



Doug Brown
----- Original Message -----
From: "Andy Ewings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 9:04 AM
Subject: RE: cfif


> or even better with a Custon Tag
>
> -----Original Message-----
> From: Adrian Lynch [mailto:[EMAIL PROTECTED]]
> Sent: 26 April 2002 17:03
> To: CF-Talk
> Subject: RE: cfif
>
>
> cfinclude???
>
> -----Original Message-----
> From: Janine Jakim [mailto:[EMAIL PROTECTED]]
> Sent: 26 April 2002 16:41
> To: CF-Talk
> Subject: cfif
>
>
> I am very comfortable with making generic queries and calling
them in my
> page.  My colleague mentioned that I should be able to do that
with if
> statements also.  I have an cfif statement that I use on several
pages and
> it'd be nice just have it in one spot
> So this is the code I call into several pages- it checks to see
if it is the
> current quarter or if a teacher has access to a past quarter- if
yes to
> either they are given input boxes. If no they can view but not
edit grades
>
> <cfif (Now() GT GetSubjects.BeginQuarter) and (Now() LT
> GetSubjects.EndingDate) AND ((CLIENT.SpecialAccess EQ 0) OR
> (CLIENT.SpecialAccess EQ ""))>
>      <cfset client.Quarter = GetSubjects.Quarter>
>
> <CFELSEIF GetSubjects.GradingPeriod EQ CLIENT.SpecialAccess>
> <CFSET client.Quarter=GetSubjects.GradePeriod>
>
> <SELECT NAME=.....>
>
> <CFELSE>
> #UCase(Grade)#
>
> </CFIF>
>
> Is there a way to just pull this type of code in?
> TIA
> j
>
>
>
__________________________________________________________________
____
> Signup for the Fusion Authority news alert and keep up with the
latest news in ColdFusion and related topics.
http://www.fusionauthority.com/signup.cfm
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists
>


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to