I have a datawindow control which holds a datawindow which has a style type of Drop Down DW. When the window open I would like to have the datawindow control populate with the field value of the first row. All I get is a blank.
The following statements suppose to be doing what I want:
li_return_code = idw_child_CB_Set.ScrollToRow(ll_rowfound)
li_return_code = idw_child_CB_Set.SelectRow(0, FALSE)
li_return_code = idw_child_CB_Set.SelectRow(ll_rowfound, TRUE)
If anyone can help me I will appreciate it
The following statements suppose to be doing what I want:
li_return_code = idw_child_CB_Set.ScrollToRow(ll_rowfound)
li_return_code = idw_child_CB_Set.SelectRow(0, FALSE)
li_return_code = idw_child_CB_Set.SelectRow(ll_rowfound, TRUE)
If anyone can help me I will appreciate it