put it in a component, and then create an object of the component in
the application scope.  It wont be directly in the application scope,
but in a variable in the application scope.

application.myudfs.myudf()

On 9/13/05, Dave Phillips <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I want to store a UDF in the application scope. Anyone know a trick to this 
> and/or any issues regarding it?  Here's what I tried that didn't work:
> 
> <cfscript>
>   function MyFunc() { ...function definition... }
> </cfscript>
> <CFLOCK SCOPE="application" TYPE="exclusive" TIMEOUT="10">
>   <CFSET application.MyFunc = MyFunc >
> </CFLOCK>
> 
> I get a "MyFunc" doesn't exist error.  I'm sure there's a trick to this, but 
> I haven't found it yet.
> 
> Thanks,
> 
> Dave
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218031
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to