Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TabStop on Page (PageFrame)
Message
De
19/10/2001 08:10:03
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00570501
Message ID:
00570725
Vues:
24
>>>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...

Rodulfo,

This is an example of code I have in the KeyPress method of the last object on a page. It will send focus to the first object rather than a button or the tab of the page.
LPARAMETERS nKeyCode, nShiftAltCtrl

If nKeyCode = 9 && Tab Key
	NoDefault
	This.Parent.MyFirstTextBox.SetFocus
EndIf
Renoir
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform