Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TabStop on Page (PageFrame)
Message
 
À
18/10/2001 15:56:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00570501
Message ID:
00570514
Vues:
16
Hello Berntson,

Some people say "Where is the cursor?" while it's on the TAB... and, I use hotkeys to acess the pages.
Example:
LParameters nKeyCode
Do Case
Case nKeyCode = Something1
ThisForm.PageFrame.Page1.SetFocus
Keyboard "{TAB}"
Case nKeyCode = Something2
ThisForm.PageFrame.Page2.SetFocus
Keyboard "{TAB}"
EndCase

It works 100% :)!

I think it's more easy to the new users... So I don't heard "Where is the cursor?"... :)

Thanks!

Rodolfo Duarte
Ribeirao Preto - SP - Brazil


>I'm wondering why you want to do this? What happens to users who prefer the keyboard. FYI, Windows guidelines say that everything should be accessable via both the mouse and keyboard.
>
>
>>Hello All,
>>
>>I'd like to set TabStop = .F. on Pages at PageFrame... But this object (Page) doesn't have TabStop property.
>>The PageFrame has this property, but if I put .F. there, all of objects inside the PageFrame will set .F. too.
>>I'd like to acess the TABS just with the mouse and not with the keyboard...
>>
>>So ... Is there something to do?
>>
>>Thanks...
>>Sorry about my English, ok?
>>
>>Rodolfo Duarte
>>Ribeirao Preto / SP - Brazil
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform