Hi all
I have spent hours trying to get this done but to no avail.
Here is what I have
I have a dw control (let's call it dw_main) within it there is a column ('trouble') that is of edit style dddw (dropdowndatawindow).
I also have a datawindowchild (dwc_trouble) that has the reference to column 'trouble'. The property auto retrieve is off and it is retrieved from script with parameters.
Issue at hand
After I do a dw_main.Reset(), dw_main.Insertrow(0), AND dwc_trouble.Reset(), the dw_main got refreshed (clean slate). However, when I clicked on the column 'trouble' it still has the rows from previous retrieve. I also tried a dwc_trouble.retrieve(somebogusvalue) it still showed the old rows.
This is all in dw_main's itemchanged event.
Could you provide your insight/solutions?
Thanks
CJ