We are using Visual Cobol, but it is unmanaged, and most of our screens are still dialog screens.
I need to know whenever a certain entry field has its value changed. I know there are ways of doing it with code, dialog etc., but is there something like a CheckChanged Event I can use? Lost focus doesn't really work because there is no guarantee that the user will tab to a field; they may just click an icon etc.