Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VCX form blows by in code...use READ EVENTS?
Message
De
30/09/2005 14:11:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
VCX form blows by in code...use READ EVENTS?
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01054998
Message ID:
01054998
Vues:
71
Hi Everyone,

Normally I use .scx based forms but in this case, I want to instantiate the form and then set some properties on it before I make it visible (properties that vary depending upon which program calls the form). But code excutition continues than I want:
loTest = CREATEOBJECT("funkyForm")
loTest.OmitStep(2)

* here is where I want to stop
Is it safe and good practice to put a READ EVENTS after setting my properties and then put a CLEAR EVENTS in the form .Release method. This seems to work but not sure if recommended or might it be problematic later?

Albert
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform