Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Activate event.....
Message
De
13/05/2000 14:01:46
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00369066
Message ID:
00369362
Vues:
14
>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()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform