Dynamic select list with displaying a description
427120Aug 24 2004 — edited Aug 24 2004Hi,
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