Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating your own class
Message
From
14/04/1998 17:16:48
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginia, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Creating your own class
Miscellaneous
Thread ID:
00091939
Message ID:
00091939
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform