From: Franco S. <fr...@ti...> - 2004-02-19 19:11:28
|
Hello, Il gio, 2004-02-19 alle 15:08, Bob Doan ha scritto: > Hi, > > Ok.. the idea is to rlib_add_query_as all of your queries in > Then you can rlib_add_report(r, "xml file", "main loop query name from > rlib_add_query_as") > > When you call rlib_execute it first tells the "data source" to execute > all of the queries, then it loads all the XML files.. then it runs the > XML files one at a time.. concatinating the reports > Ok, this is a good idea. And there is no comunication within different XML files or is possible, in a file, get variables of another query ? > the rlib_add_resultset_follower is for having more then one main loop > query.. ie.. if you had one resultset for the year 2000, and a sorta > idential one for the year 2001 (note.. the number of rows in each should > match).. you can tell rlib that when it's stepping through the 2000 > result set.. it should do the same on the 2001.. > And getting a "parallel detail" ? Regards Franco Spinelli |