Code
< HTML: select Name = "Zladjustform" Property = "VO. checkorgcode" Styleclass = "Input100" >
< Htmlext: dboptions Name = "Zladjustform" Keytype = "Select org_name, org_name from check_org_info" Dbuserid = "0" Hasnull = "True" />
</ HTML: select >
Where
Select name: the value is the name of the current form.
Property: A property corresponding to the drop-down object.
Dboptions name: the value is the name of the current form.
Keytype: SQL statement used to search data sources. (The first column is option value, and the second column is the value displayed on the page ).
Hasnull: true: NULL is allowed. ALL: When this attribute is null, it means all.
< HTML: select Name = "Zladjustform" Property = "VO. dealresult" Styleclass = "Input100" >
< Htmlext: dboptions Name = "Zladjustform" Keytypes = "Zl_jdcc_fcjyjl" Hasnull = "True" />
</ HTML: select >
Where
Select name: the value is the name of the current form.
Property: A property corresponding to the drop-down object.
Dboptions name: the value is the name of the current form.
Keytype: In the dictionary table, the encoding Description field is all the details options of zl_jdcc_fcjyjl.
Hasnull: true: NULL is allowed. ALL: When this attribute is null, it means all.
Use:
< Htmlext: write name = " Vo " Property = " Orgarea " Keytype = " Gd_area_outland "/ >
when displaying data on the view page:
code highlighting produced by actipro codehighlighter (freeware)
http://www.CodeHighlighter.com/
--> htmlext: write name = " zljdcccompanynamesform " property = " vo. orgarea " keytype = " Administrative Division "/ >