NM I saw it as I hit send. Wasn't in this code either. -----Original Message----- From: Timothy Heald Sent: Tuesday, March 11, 2003 11:57 AM To: '[EMAIL PROTECTED]' Subject: Query/Custom Tag Question
Hey folks. I have this query that I want to expose through a module call to a different part of my application. Now I tried something like this: <cfcase value="GetAllCategories"> <cfset suppressLayout = true> <cfinclude template="qryGetAllCategories.cfm"> <cfset caller.getCategories = getCategories> </cfcase> and it says that I cannot convert a complex data type to a simple data type. I am not trying to, I am trying to return a query. Now this is currently on MX, but will deploy to CF 5 so I can't make it easy with a CFC or function unfortunately. Bah. Any ideas? Am I doing something wrong? Damn I hate not getting to write code like I used to. Timothy Heald Overseas Security Advisory Council U.S. Department of State ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
