Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Generating dynamic web pages
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 Tue Oct 17 2000 - 16:54:00 CDT
![]() |
![]() |