Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Big problem wint beforeRowColchange in browse
Message
De
17/03/1999 09:55:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00198542
Message ID:
00198546
Vues:
15
>Hello,
>
>I have to use ACTIVATECELL in myBrowse.BeforeRowColChange() and all is OK untill my browse scroll automaticly. After I cannot use ActivateCell, nothing to do, my browse freeze.
>
>I wrote NODEFAULT at begin of BeforeRowColChange method and when I want to control manually every move in this browse. Why? or how should I do that?
>
>Thank you very much for your help.
>
>Luc

Hopefully you use grid (not Browse). If yes, then you should not try to move focus from BeforeRowColChange event, just because you may get into recurrent loop: you move focus, fire BRCC again, move focus again, fire BRCC again etc. and it's really may get frozen. You may shift focus coding carefully each Column.Control.GotFocus event and fire Column.Setfocus from there.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform