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

Home -> Community -> Usenet -> c.d.o.tools -> Generating dynamic web pages

Generating dynamic web pages

From: Dan Spurrell <dans_at_accesswave.ca>
Date: Tue, 17 Oct 2000 18:54:00 -0300
Message-ID: <39ECCA78.8B170BC1@accesswave.ca>

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

Original text of this message

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