Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a class from a form object
Message
 
 
À
07/03/2008 12:00:10
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01299761
Message ID:
01299771
Vues:
10
>I have a button from which I want to create a class. How can I do that?

Hmmm, have something like this
text to lcClassDefinition noshow
   define class myClass
    ....
endtext
 
strtofile(lcClassDefinition, 'myProgram.prg')
compile myProgram.prg
From the top of my head and not tested.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform