L
Laura Stern
Guest
Ah. So it's really a UI problem. I.e., the screen is not refreshed with the most current data that you have in your local buffer. Maybe you could subscribe to the ACTIVATE (or would it be ENTRY?) event for the window and make sure the data is refreshed on the screen when that happens. Or the opposite approach, which is to have a 2nd buffer where you save the currently selected record on LEAVE of the window. Then you could to a BUFFER-COMPARE to the real buffer as soon as the user tries to type into a field. Something like that! You'd have to figure out the best approach.
Continue reading...
Continue reading...