Hal,
    I usually use Method A because it's simpler (to me anyway!) rather than
calling another page to do the same exact action. It's easier to
read/understand and my other compadres "grok" what I write... which is a
challenge in and of itself! :)

Bob Krieger
www.zyxxy.com/cf_bit
(Cold Fusion - Because It's There)
----- Original Message -----
From: "Hal Helms" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 9:07 AM
Subject: Once more, into the breach...


> One more question: In the following code, "qryMyQ.cfm" is a simple
query--no
> conditional code. If after the query executes, you want to call a new
> fuseaction, "doThisNow", do you use method A, method B, or something else?
>
> Method A:
> <cfcase value="doSomething">
>   <cfinclude template="qryMyQ.cfm">
>   <cflocation url="index.cfm?fuseaction=doThisNow">
> </cfcase>
>
> Method B:
> <cfcase value="doSomething">
>   <cfinclude template="qryMyQ.cfm">
>   <cfinclude template = "url_doThisNow.cfm">
> </cfcase>
>
> Hal Helms
> Team Allaire
>
> [ See www.halhelms.com for info on training classes ]
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to