Hi Jared, great tip about getPageContext().getBuiltinScopes() will look into that one.

Cheers, Pete (aka lad4bear)




----Original Message Follows----
From: "Jared Rypka-Hauer - CMG, LLC" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: [CFCDev] CFC's and the var scope
Date: Mon, 30 May 2005 15:11:49 -0500

And cfquery... since it creates a metadata container when you execute a
query.

And your query results.

cffile (var cffile and variable both), cfhttp, cfparam (whatever the name
attribute is), cfpop, cfsavecontent, cfdirectory (whatever the name
attribute is)... basically anything that leaves data behind, in any and/or
all contingencies. Depending on the situation you may even need to var the
form, cgi, and/or url structs.

What you want to var that's left behind by tags and so on can be seen via
cfdumping getPageContext().getBuiltinScopes() and viewing all the scopes
that CF has built in.

Laterz,
J

On 5/29/05, Barry Beattie <[EMAIL PROTECTED]> wrote:
>
>
> just checking my memory...
>
> this isn't just confined to cfhttp, yes? variables created from cffile as
> well (and cfsavecontent variable="etc..." and...and...)
>



--
---------------
-------------------------------------
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.



----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).

CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm

An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).

CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm

An archive of the CFCDev list is available at www.mail-archive.com/[email protected]

Reply via email to