i've looked through the different example apps, the Forta Spectra book, and 
discussions on this list and all seem to scope variables somewhat differently. i'm 
wondering if someone can talk about the different scopes and the best practices. 

Here are the different scopes i've seen used:

1) request.myVar

2) request.cfa.myVar

3) request.cfa.appname.myVar

4) request.cfa.objectstore.dsn or application.dsn (specifically to find datasource)

5) <cf_ids> from restornet


Finally, an application. i'm defining application.AuthorTypeID in application.cfm. It 
is called on in an edit handler. However, that application scope variable is not 
available to the edit handler in the webtop. If want this value available to my app 
and my handlers in webtop, how do i best initialize them?

-Thanks



------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to