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 -> Re: Generating dynamic web pages

Re: Generating dynamic web pages

From: frank <fbortel_at_home.nl>
Date: Wed, 18 Oct 2000 15:19:09 GMT
Message-ID: <39EDBFB7.9B271267@home.nl>

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

Original text of this message

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