Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TabStop on Page (PageFrame)
Message
 
To
19/10/2001 08:10:03
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570501
Message ID:
00570943
Views:
24
Hi Renoir,

How are you doing? :) So... I think it works but I have to copy this code to each object... And I have to do the same thing with the cursor keys...

Thank you!

Rodolfo Duarte
Ribeirão Preto - SP - Brazil

>>>>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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform