Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating your own class
Message
De
14/04/1998 17:16:48
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Creating your own class
Divers
Thread ID:
00091939
Message ID:
00091939
Vues:
50
I have created my own class that is a child of the class PAGE.

Example:

DEFINE CLASS newpage AS Page
PROCEDURE Click
[code inside Click]
ENDPROC
ENDDEFINE

I can't figure out how to implement it into my project. I first got errors saying I couldn't put the CLASS definition inside an EVENT. So I moved it to a startup like program... this way I could run the program and then 'do report c:\test\report.scx'.
The program runs until it gets to the ENDDEFINE then it ends.


Why won't it run the DO command I have in the next line?
Mark Kessler
USMC Network Operation Center
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform