At 22:32 2018-04-19, "Fernando D. Bozzo" fdbozzo@gmail.com wrote:
Hi Gene: Those events do not occur after RowColChange because you can use RowColChange as a general validation event that works for existent objects and for dynamically added one. Think of it as the KeyPress of the form, that prevail to the objects
Yes, but most of my trouble comes from having to work around BeforeRowColChange. Because the input object's Valid does not fire until after, I have to call the input object's validation from the BeforeRowColChange. I end up having to deal with the quirks of BeforeRowColChange, and there are lots.
[snip]
Sincerely,
Gene Wirchenko