Hi Dave,
I tried that but can't figure out how to transfer an input variable. My
current routine goes something like: <CF_Routine Input="inString"
output="outString"> Under the CFModule template=Routine.cfm it doesn't
accept input variables. The output is no problem. Thanks Dan
-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 10, 2000 8:52 AM
To: CF-Server
Cc: '[EMAIL PROTECTED]'
Subject: RE: CF_Routine
> 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
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com