I have an event that essentially saves a pdf file (generated from cfreport) to disk.
The query passed to the cfreport is filtered based on a parameter that I pass, usually just in the url. So I have 3 hyper links passing a different parameter value i.e. event=myevent?option=1 or event=myevent?option=2 or event=myevent?option=3 etc.. Anyway, I want to have an event that calls that event passing different parameter values and then merges the 3 different resulting pdfs into one. I can actually do the merging no problem, but I am struggling with calling the 3 different events with different parameters. I have done simialer things in the controller, but I guess I wonder what others do in this situation and how best to handle it. I don't think there is a child tag for <result>. TIA, -- David Mineer Jr --------------------- The critical ingredient is getting off your butt and doing something. It's as simple as that. A lot of people have ideas, but there are few who decide to do something about them now. Not tomorrow. Not next week. But today. The true entrepreneur is a doer. -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
