Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Big problem wint beforeRowColchange in browse
Message
From
17/03/1999 09:55:22
 
 
To
17/03/1999 09:50:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00198542
Message ID:
00198546
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform