Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VCX form blows by in code...use READ EVENTS?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
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:
01056033
Vues:
20
Hi George,

I got it working: here is what I had:
loTest = CREATEOBJECT("funkyForm")
loTest.Visible = .T.
And here is what works:
loTest = CREATEOBJECT("funkyForm")
loTest.Show()
Thanks for responding.

Albert Gostick
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform