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

Home -> Community -> Usenet -> c.d.o.server -> URGENT: htf.formselectoption() IN htp.tabledata()

URGENT: htf.formselectoption() IN htp.tabledata()

From: W.S.Yee <yh902092_at_stmail.staffs.ac.uk>
Date: Wed, 22 Apr 1998 02:50:25 +0100
Message-ID: <6hjik4$ojl$2@bs33n.staffs.ac.uk>


i need solution for this problem urgently, project hand in date approaching...

how do i put this statements in htp.tabledata?

for m in (select distinct (cMakNam) as cMakNam from maker order by cMakNam) loop
htp.formselectoption (m.cMakNam);
end loop;

or any other way to generate selectOption from a database and put in htp.TableData()?

thanks. Received on Tue Apr 21 1998 - 20:50:25 CDT

Original text of this message

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