Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Odd grid firing order?
Message
 
To
12/11/1998 15:20:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00157108
Message ID:
00157359
Views:
18
>The sequence of events when you enter the grid:-
>Grid.When
>Grid.Column.Text.When
>Grid.Column.Text.GotFocus
>Grid.ARCC
>
>When leaving the grid :-
>Grid.Valid
>Grid.BRCC
>Grid.Column.Text.Valid
>Grid.Column.Text.LostFocus
>
>Grid.Valid is the grid's validation. If it returns .F., you can't leave the grid. BRCC will not fire.
>BRCC is from cell to cell, if there's NODEFAULT, you can't move to the other cell.
>The BRCC & ARCC must be paired.
>If Valid=.T. and BRCC Nodefault, when you get back into the grid, it stays at the previous cell.
>They're just for different purposes.
>
>Hope that answers your question.

Yes and no, I guess I understand your (and vfp developers) logic, I think, but this is not what I'm trying to do, the default firing sequence is not useful to me. Ah, well, I've found a good workaround by using a property set .F in When, .T. in Valid, and checked in BRCC to determine whether to fire...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform