> So you can see as well. http://masscreations.com/getStateEvents.txt <!--- Declare vars ---> <cfset currentEvent = "" /> <cfset prevEvent = "" /> <cfset nextEvent = "" /> <cfset eventHistory = "" />
dude, they arent var'd either... its like every player at a poker table sharing one hand... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Peddle Sent: 23 March 2006 17:26 To: [email protected] Subject: RE: [CFCDev] Application Scoped CFC -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael T. Tangorre Sent: Thursday, March 23, 2006 12:07 PM To: [email protected] Subject: RE: [CFCDev] Application Scoped CFC > From: [EMAIL PROTECTED] > Thanks for suggestions everyone .. I may have deeper issues > with this stuff. > <cfset var stateEvents = getStateEvents(arguments.event) /> > caused an error in the FunctionLoaded.cfc way up the maze of objects. > I also tried > <cfset var stateEvents = "" /> > <cfset var stateEvents = getStateEvents(arguments.event) /> Is getStateEvents() in the same CFC you are calling the method from? ---------------------------------------------------------- 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] ---------------------------------------------------------- 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] ---------------------------------------------------------- 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]
