I set a combo in a form. I need to put the options in the combo. And the combo options which are get from a connector SQL.
I find the example code :
{
type: "combo",
label: "Package",
connector: "../common/combo_options.xml",
value: ""
}
The above code is a field which is mean the option is get from a connector. It is work ?
I want to ask how perform this field function ?
I also a code that is load from connector, how about your explaination ?
grdResult.loadXML("DBConnector.ashx?strSQL=SELECT * FROM MASTER_PARAMETER_DEF ");