Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
June letter on Visual FoxPro web site
Message
From
02/06/2005 04:32:36
 
 
To
02/06/2005 04:16:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01019035
Message ID:
01019267
Views:
15
>NOPE.
>
>Try this:
>
>_SCREEN.AddProperty("Myprop","Hello!")
>CLEAR ALL
>?_SCREEN.Myprop
>
>Still there!

John, that is a property persisting and not an object. Run:

_SCREEN.AddProperty("oObject",CREATEOBJECT("Custom"))
CLEAR ALL
?_SCREEN.oObject

Result: .null.
Previous
Reply
Map
View

Click here to load this message in the networking platform