redirect_url after a htp.print() call ??
601474Oct 4 2007 — edited Nov 26 2007I've got a situation where I need to redirect_url to different stored procedures depending on the logical flow. owa_util.redirect_url() seems to work fine in most situations.
The problem that I face is that some of the procedures (that are baselined and un-modifyable) make calls to htp.print() This in turns causes redirect_url() to not work.
Is there a way to "undo" or "flush" the htp.print() calls that were made. I won't need the information at that point anyhow, since I've determined at the point of redirect_url that I'm going to a completly different page anyhow.
Any help on getting this solved would be much appreciated, and I'll even buy a virtual pint for all that help :)
Thanks
Matt