Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie wants to test run a class based on a form
Message
De
04/05/2001 12:25:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00503294
Message ID:
00503592
Vues:
13
This message has been marked as the solution to the initial question of the thread.
>I am very, very green to VFP. I have created a Class based on a form and have put some of experimental coding behind it. How do I run this class as if it were a regular form so I can test the coding? I am running VFP 6.0 with Mere Mortal Framework and Stonefield.

You can create an instance of it and show it:

oForm = newobject('myclass', 'myvcx')
oForm.Show()

or you can create an actual form based on this class and DO FORM with that.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform