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

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

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

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Wed, 22 Apr 1998 11:26:38 GMT
Message-ID: <353dd3cd.1999114@192.86.155.100>


A copy of this was sent to "W.S.Yee" <yh902092_at_stmail.staffs.ac.uk> (if that email address didn't require changing) On Wed, 22 Apr 1998 02:50:12 +0100, you wrote:

>i need solution for this problem urgently, project hand in date
>approaching...
>
>how do i put this statements in htp.tabledata?
>

htp.p('<td>');
>for m in (select distinct (cMakNam) as cMakNam from maker order by cMakNam)
>loop
>htp.formselectoption (m.cMakNam);
>end loop;

htp.p( '</td>');

is the fastest, easiest way to do it.

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

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Herndon VA  

http://govt.us.oracle.com/ -- downloadable utilities  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Wed Apr 22 1998 - 06:26:38 CDT

Original text of this message

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