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.
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.