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 -> PL / SQL HtmlForm

PL / SQL HtmlForm

From: Sandra Auerhammer <jane21_at_gmx.de>
Date: 2 Sep 2003 23:48:32 -0700
Message-ID: <cecf4f50.0309022248.708e6f33@posting.google.com>


HI.

i need a construct like
<select>
<option ...>
<option ...>
<option ...>
<option ...>
</select>

the option tags should be filled by a query like select name form Person;

how do i get it?
i must declare the variables which i know only AFETER the select statement

hto.formOpen

htp.formSelectOpen 
htp.SelectOption
htp.SelectOption
htp.SelectOption
htp.formSelectClose
htp.formClose
Received on Wed Sep 03 2003 - 01:48:32 CDT

Original text of this message

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