Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Erase Content of HTP buffer

Re: Erase Content of HTP buffer

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 22 Dec 2003 21:34:45 -0800
Message-ID: <1a75df45.0312222134.38f5a3aa@posting.google.com>


"Robert C" <rchin_at_panix.com> wrote:

> I want to erase the current cumulative content of the HTP buffer and start
> writing a new paglike :
>
> owa_util.cellsprint(....) ;
> IF l_nodata THEN
> -- Erase buffer content
> ELSE
> -- continue
> END IF;
>

What does cellsprint() writes into the buffer when there is no data returned by the SQL or cursor?

Nothing.

So what do you want to clear from the buffer?

--
Billy
Received on Mon Dec 22 2003 - 23:34:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US