Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does anyone else consider this a bug?
Message
De
06/05/2005 16:54:17
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01011713
Message ID:
01011795
Vues:
18
>Hi
>
>If you set the TabStop property to false for a container then pressing the Tab key inside the container does not move you to the next control in the container. Instead it jumps out of the container to another object.
>

After every ContainerMember.LostFocus,
VFP call the Container ( When ) cycle and read:
*** TAB keyboard message
...
CN1.ActiveControl.LostFocus
CN1.VISIBLE
CN1.ENABLED
CN1.TABSTOP
CN1.NextControl.VISIBLE
CN1.NextControl.ENABLED
CN1.NextControl.TABSTOP
* another time !!!!!
CN1.NextControl.VISIBLE
CN1.NextControl.ENABLED
CN1.NextControl.TABSTOP
CN1.ENABLED
CN1.NextControl.When()
....
>I expected the behaviour to be that I could not tab to the container control but once a control in the container had focus I should be able to tab to the next control in the same container. If I wanted to prevent this behaviour I could set the TabStop property to false for each of the controls in the container.
>
>The present implementation appears flawed to me.
>
>Simon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform