Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NULL OBJECT
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
NULL OBJECT
Miscellaneous
Thread ID:
00164035
Message ID:
00164035
Views:
84
Hi, I'm experimenting with objects.
I create a form object in my main program like this...
PUBLIC oFrm
oFrm = CREATEOBJECT("testfrm")
where testfrm is referencing a defined class. I then call it from a menu as oFrm.Show() and it works fine. Once I close the form (using the control box) the object is NULL and can't be called again although it still is type "O". How do you keep the object public?

DEFINE CLASS testfrm AS testform
.. some procs
ENDDEFINE

thanks, tom
-TomC
Next
Reply
Map
View

Click here to load this message in the networking platform