Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Erase Content of HTP buffer
"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?
-- BillyReceived on Mon Dec 22 2003 - 23:34:45 CST
![]() |
![]() |