Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Generating dynamic web pages
post some code snippets - it may be public/private declares. With no clue as whether you use packages of anonymous procedures, it's hard to pin the cause of your error
Dan Spurrell wrote:
> I am trying to build a dynamic web page that will generate HTML invoice
> reports. I am using entirely HTP.PRINT() tags to put the html into the
> document. I am basically looping through a cursor and putting a record
> into a recordset (inv_rec%ROWTYPE;). When I call the items generated by
> my Cursor it tells me that the item was not declared. I tried putting
> the cursor and recordset into a declare statement at the beginning of
> the procedure but it wouldn't save at all. Any suggestions?
Received on Wed Oct 18 2000 - 10:19:09 CDT
![]() |
![]() |