Teh best way to find the answer to this question is to use VFP's Event Tracker, which is on the Tools menu in the Debugger. Choose the events you want to track, then run a form containing a grid, then try clicking on it. The results will appear (by default) in the Debug Output window.
Keep in mind that the grid itself does not respond to every mouse event. For example, it has Click, Double Click, Mouse Down and Mouse UP, but no GotFocus. The controls contained within the grid will have their own events and their own firing sequence. In general, with a container, the contained controls's events fire first, and them up the containership hierarchy to the container itself.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
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.