ComboBox returns false selected value

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)
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.