By simply putting some MESSAGEBOX statements in two events, the lost focus event of a text box and the click event of a dbi grid control I have determined that if a user who has currently got focus on the text box clicks the grid, this grids click event runs before the lost focus event of the text box.
I have to set autoyield to .F. due to using the dbi grid so in the click event the first thing I do is DOEVENTS but this has not changed this undesireable behaviour.
How can I make the lost focus event run before the click event code?
Thanks
I have to set autoyield to .F. due to using the dbi grid so in the click event the first thing I do is DOEVENTS but this has not changed this undesireable behaviour.
How can I make the lost focus event run before the click event code?
Thanks