Well, if the one query contains all of the data needed by all of the custom tag calls in the same page request, you could just set the query into the request scope and it would be available to all of the custom tag calls. To do that simply follow this example: <cfquery datasource="myDataSource" name="Request.qMyQueryName"> Doing this, any cfm file in the same request can access this query object HTH
On 10/24/05, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > > I'm trying to improve a page I've written. It's a calendar, and I'm > using a custom tag to display the calendar itself. On one view of the > calendar, there can be four calls to that calendar custom tag (one for > the current month, 3 for the next 3 months). Rather than call the > same stored procedure once per custom tag call, I'd rather call it > once total from the CFM template, and then make that result set > available to the custom tags. > > Is there a way to accomplish this, or do I just need to make multiple > calls to get the recordset? > > Thanks, > > Pete > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222153 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

