Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic select list with displaying a description

427120Aug 24 2004 — edited Aug 24 2004
Hi,

I want to have a select List, my list refer to a lov, and the lov refer to a table contaning 2 columns : code and description,

The list must display only the code, but I want having an item beside the list dispaling the description....

I have used a select list with the query :
select code d, code r from prog_theme order by 1 desc

and Now : what is the way for displaying the description

Thanks!!

Lila
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2004
Added on Aug 24 2004
4 comments
327 views