From: Mike G. <mik...@gm...> - 2005-11-04 17:54:24
|
Thank you, that partly accomplished what I need to do. I am using phphtmlli= b in this app, which requires all html to be contained in objects. I'd like t= o save the output from rlib_spool to a string. Also, if you could direct me t= o where the rlib_set_output_parameter function is documented( as in the different parameters that can be specified), it would be appreciated, as this does not seem to be in the docs at all. Thank you. On 11/2/05, Shannon Weyrick <we...@ro...> wrote: > > Mike Greer wrote: > > I'd like to use rlib in a webapp i'm developing, and use the html outpu= t > > to embed it in another page. Has anyone had any experience with this? > > The problem is that Rlib always wants to open another page, whereas i'd > > like to use the generated HTML inside of another page. Thank you in > > advance. > > Hi Mike, > > Assuming PHP, you can tell rlib to suppress the new page tags like this: > > rlib_set_output_parameter($rlib, "suppress_head", "1"); > > We use this to embed the reports in our app as well. > > Shannon > Roadsend, Inc. > |