I have a datawindow that has a column with a DDDW. The window that has this datawindow also has a tab object. Certain tabs will use this datawindow/DDDW as an argument to retrieve data for that tab.
As I select tabs that use this datawindow, if I have previously selected an item from the previous tab that uses this columnn, the same key value shows up on the next tab I select. Each tab that utilizes this DW will have a different result set. So, I need to clear out the datawindow/DDDW prior to retrieving for the new tab. I do a dwo.Reset() but this does not work.
Does anyone have any suggestions on how to clear out a child datawindow prior to a retrieve?
As I select tabs that use this datawindow, if I have previously selected an item from the previous tab that uses this columnn, the same key value shows up on the next tab I select. Each tab that utilizes this DW will have a different result set. So, I need to clear out the datawindow/DDDW prior to retrieving for the new tab. I do a dwo.Reset() but this does not work.
Does anyone have any suggestions on how to clear out a child datawindow prior to a retrieve?