Hi,
ItemFocuschanged and ItemChanged events are assosiated
with datawindow control. These are not window events.
In order to disable these events you can use different
Return statements
(In ItemFocusChanged)
Return 0
(In ItemChanged)
0 (Default) Accept the data value
1 Reject the data value and don't allow focus to change
2 Reject the data value but allow the focus to change
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.