Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Odd grid firing order?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00157108
Message ID:
00157359
Vues:
17
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform