Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form with a pageframe
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00738493
Message ID:
00738503
Views:
16
Perhaps manually changing the zorder property will help. I dont know why the pageframe.page1.activeate event if firing...but my guess is that when you hit the tab button, something is wrong with the sequence of the textboxes, and the focus ends up on the pageframe instead of the next textbox...that would cause the activate() to fire. Are the zorder properties for the textboxes numbered 1 though 4 like the way you want?

>Nothing changes ZOrder in the code. Do I have to change it myself? The mysterious question is: why pageframe.page1.activate fires then the control looses focus?
>
>
>>This is just a guess but maybe look at the zorder property of each of the controls?
>>
>>>Hi everybody,
>>>
>>>Just found some weird behavior on my DataEntry form and trying to understand it.
>>>
>>>I have a form with some textboxes directly on the form. I also have pageframe on this form with code in it's pages Activate methods.
>>>
>>>On the form directly I have:
>>>
>>>textbox1 textbox2 textbox3 textbox4 in the Tab order sequence.
>>>
>>>For some reason, after I tab from textbox1 I end up in textbox4 and not in textbox2, as I want. I put set step on in textbox1 valid and found, that Pageframe.page1.activate method fires (which subsequentually sets focus on textbox4). Why Pageframe.page1.Activate method fires?
>>>
>>>Thanks in advance.
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform