ListView does not refresh properly

  • Thread starter Thread starter Lance Kowalski
  • Start date Start date
L

Lance Kowalski

It appears that in the case where the subitem value does
not refresh, the problem is that the popup form that
modifies this value via a databound combobox is not
updating the datasource immediately. I'd expect it to
update the value immediately, or at LEAST when I close the
form. The parent form, in the Activate event, causes the
refresh, but the underlying data has not yet been updated.
The 2nd time you invoke the popup form, somehow the
previous change gets pushed, and you see the phenomenon
described in my last post.
 
I had a similar issue with the DataGrid. The solution to
that problem was to force an EndEdit on the object and
issue a Refresh. Maybe this will work for you too.

Cheers, Ian
 
Back
Top