Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: URGENT: htf.formselectoption() IN htp.tabledata()
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
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
![]() |
![]() |