Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a control prevent the form from instantiating?
Message
De
20/06/2003 06:56:00
 
 
À
19/06/2003 16:48:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00801942
Message ID:
00802125
Vues:
29
Hi Bill,

I° solution:
 add a property like 'BuildMe = .T.' to the Form Class

 FormClass.Init()
   RETURN m.this.BuildMe
 
 Control.Init()
  thisForm.BuildMe = .F.
II° ( SLOWER )
 Control.Init()
   thisForm.Top = -10000

 Control.Refresh()
   thisForm.Release
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform