Cfmodule is slower... it takes more overhead... and it does not share variable scope
unless you are passing the data via (request.myQuery, session.myQuery, or
Application.myQuery)...
All that to say... yes you can... but unless you are using cfmx and want to do it in a
CFC... the module is not the common method of making your application shine.
John Farrar
>>> [EMAIL PROTECTED] 06/20/02 01:07PM >>>
Hi all,
I have the following structure:
Home/
|hospital/
|system/
|state/
|qry/
|qry_GetStateInfo.cfm
I have a fuseaction in my hospital circuit that will present a search
screen for the user to find the hospital. One of the search parameters
I want is a drop-down list of states. I would like to re-use the
qry_GetStateInfo.cfm fuse instead of writing a new one.
I know I can CFINCLUDE that file, but I was curious if there was a way I
could use something like CFMODULE to "call" that file?
-Troy Murray
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================