©Mike Moxcey 1999

SQL Code to Display Menus

One original lookup SELECT was this:
@get_sw=<<ENDOFSQL;
select '<option value="'||lk_code||'">', lk_desc
from oratut.lookup where lk_type='SW';
ENDOFSQL
But now need to default to the existing data!


home next