Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Activate event.....
Message
From
13/05/2000 14:01:46
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00369066
Message ID:
00369362
Views:
19
>That could depend on whether you are using a framework or not.

Good point.

>One other way to mess up the instantiation order is to issue a SetFocus on a control during the Init of the form.

Also, try putting

this.windowstate = 2
this.text1.setfocus()


in the Init() of a form with a Text1 on it. It shouldn't maximize. But this will

this.show()
this.windowstate = 2
this.text1.setfocus()
this.hide()
Previous
Reply
Map
View

Click here to load this message in the networking platform