Issue description
ComboBox returns false selected value withe the following code:
ComboBox.GetFromUID(pVal.Form, "38" ).Value |
Solution
Use the access through system data source:
pVal.Form.SystemDataSources[ "OSCL" ].GetValue( "status" , 0 ) |
Comments
Article is closed for comments.