Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is a Class Form?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00490102
Message ID:
00490139
Vues:
10
Hello Roger Long time

you can convert form into a class form by selecting file- save as class,
and you put the 'class' into the class lib of your choosing.

Then instead of calling the form with a do form, you create the form with a object call like
omyform=create("myformclass")
then to show the 'form' you do so with a command like
omyform.show()

Plenty of people with debate the reasons for selecting one method over the other. Forms vs classforms. But for testing just try the above code. and then if you need to modify the myform (class) use your class browser and edit it almost like the modi form command.

Bob Lee
In the beginning, there was a command prompt, and all was well.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform