Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top level forms and tabs
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00041165
Message ID:
00041195
Views:
29
>>This problem sometimes comes when trying to SetFocus to an object which is either invisible or on some other page. The later one is out of the question for your query. I would suggest trying..
>>
>>ON KEY LABEL f12 WAIT WIND IIF(TYPE('_screen.ActiveForm.ActiveControl') == 'O', _screen.ActiveForm.ActiveControl.Name, 'No control') NOWAIT
>>
>>Run the form and hit F12, this would give you an idea where you are. There has to be something between Refresh() and SetFocus()
>>
>>Good Luck
>>Kamal
>
>Will do. Thanks for the suggestion
>
>Jamuna

In order to do this I had to have _Screen.visible =.t. And when it is visible, the tabbing works. My question is can it work with _screen.visible = .f.?

TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform