Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting focus to object on page frame
Message
From
28/02/1997 17:34:02
Paul Wei
Fib, State of Michigan
Lansing, Michigan, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00022439
Message ID:
00022500
Views:
45
>>>In VFP 3.0b, with a form containing a page frame with two pages, has anyone had problems with programitically setting the focus to an object on Page1 when Page2 is the active page? I use the following code structure:
>>>
>>>WITH THISFORM.MyPageframe
>>> .ACTIVEPAGE = 1
>>> .PAGE1.MyObject.SETFOCUS
>>>ENDWITH
>>>
>>>accompanied by REFRESHes tried in various places to try to get the correct object to receive the focus.
>>>
>>>Thanks,
>>>Bill
>>
>>Just to let you know that I have the same problem as you using 3.0b. I set the pageframe's ACTIVEPAGE property to 1 and in page 1's ACTIVATE method I set the focus to a command button. When it's all said and done, a textbox winds up with the focus instead of the command button.
>>
>You might try Nodefault before setfocus, sometimes that works...

Thanks, I'll try that. I was trying to lookup "Nodefault" but couldn't find it in Help. What does it do?

Paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform