Answered
Cfinclude calling queries
i have 3 pages: index.cfm, user.cfm, selectgroups.cfm.
Index.cfm is the main page. it includes <cfinclude template=user.cfm>.
user.cfm includes <cfinclude template=selectgroups.cfm>.
there is a query on index.cfm that needs to be referenced by the selectgroups.cfm. how do I go about doing this. currently i get an error message indicating that queryX does not exist, but it clearly does on the index page.
thank you in advance
Index.cfm is the main page. it includes <cfinclude template=user.cfm>.
user.cfm includes <cfinclude template=selectgroups.cfm>.
there is a query on index.cfm that needs to be referenced by the selectgroups.cfm. how do I go about doing this. currently i get an error message indicating that queryX does not exist, but it clearly does on the index page.
thank you in advance
