©Mike Moxcey 1999
Call Software Code Select
- select '<option value="'||
- rtrim(software)||'" SELECTED>'||lk_desc
- from oratut.calls, oratut.lookup
- where seq=$seq and lk_type='SW'
- and rtrim(lk_code)=rtrim(software);
This provides the SELECTED attribute.
home
next