RE: does CFPARAM have to be used at the beginning of a template?

2003-01-31 Thread Tony Weeg
it doesn't HAVE TO BE anywhere.

it just has to be right above where you would want
to use it.

its not something that has to be declared before any processing.

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 31, 2003 2:11 PM
To: CF-Talk
Subject: does CFPARAM have to be used at the beginning of a template?


Hi, 

I'm new to this mail list.  Anyways, I was wondering if the CFPARAM tag
has to go at the beginning of a template.  I see most codes where
CFPARAM is set at the top.  Is this required?  Can it be set at the
middle or end of a template or does that cause problems or performance
issues.  Thanks




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: does CFPARAM have to be used at the beginning of a template?

2003-01-31 Thread Michael Dinowitz
CFPARAM can be used anywhere in a ColdFusion template but should be used before
the variable that your checking.


 Hi,

 I'm new to this mail list.  Anyways, I was wondering if the CFPARAM tag has to
go at the beginning of a template.  I see most codes where CFPARAM is set at the
top.  Is this required?  Can it be set at the middle or end of a template or
does that cause problems or performance issues.  Thanks



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4