Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie wants to test run a class based on a form
Message
From
04/05/2001 12:25:03
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00503294
Message ID:
00503592
Views:
14
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform