Re: Accessing another cfapplications scope

2007-05-30 Thread James Buckingham
Thanks Chris. I'm actually getting there right now. Typical how these things happen just as you put a post on :). Cheers again, James >I think it would actually be pretty simple. You need to get a list of >applications (or hard-code the ones you want it to update) > >Then just do (psudo-code):

RE: Accessing another cfapplications scope

2007-05-30 Thread Peterson, Chris
I think it would actually be pretty simple. You need to get a list of applications (or hard-code the ones you want it to update) Then just do (psudo-code): Loop all your applications End loop This should set the vars into each app name you specify as it loops. Chri