> I have a question. I have a CF_Routine located in a
> different folder than the calling cfm. Is there a way
> to reference the CF_Routine? Below is an example of my
>folders.
>
> Main Folder
> -----------Application.cfm
>
> Home Folder
> -----------Index.cfm
> -----------Other.cfm <<< (This cfm is trying to reference
> the CF_Routine under the CF_Custom Folder)
>
> CF_Custom Folder
> -----------CF_Routine
> -----------CF_others
You can use CFMODULE with the TEMPLATE attribute to do this:
<cfmodule template="../cf_custom_folder/cfroutine.cfm" ...>
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com