Thanks Barney, I sort of found my answer on the CFLib site with the UDF IsCFC() - pass in a variable and it returns a boolean value to tell you if it is a CFC instance. http://www.cflib.org/udf.cfm?ID=743
Regards, larry > -----Original Message----- > From: Barney Boisvert [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 19, 2005 1:09 PM > To: [email protected] > Subject: Re: [CFCDev] Brain blockage - detecting whether a > cfc is already been instanti ated > > > What do you mean? Like if any instance of the CFC exist? I > don't think there's a way to do that. Whether any instances > of the CFC have ever been created? Yeah, you can do that > with some kind of persistant store, but there's no way to > tell if they still exist. > > cheers, > barneyb > > On 4/19/05, Lyons, Larry <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I must be suffering from a brain block here, but is there > any way to > > tell whether a CFC has already been instantiated? > > > > Many thanks, > > > > larry > > > -- > Barney Boisvert > [EMAIL PROTECTED] > 360.319.6145 > http://www.barneyb.com/ > > Got Gmail? I have 50 invites. > > > ---------------------------------------------------------- > 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). > > An archive of the CFCDev list is available at > www.mail-archive.com/[email protected] > > This electronic communication, together with any attachments, may contain information that is legally privileged, confidential or otherwise private. The information is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this communication or any attachment is strictly prohibited. If you have received this communication in error, please immediately notify the original sender and delete the received information from your system. Thank you. ---------------------------------------------------------- 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). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
