ListView does not refresh properly

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

Ian Williamson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top