Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referring Objects that are not created like Objects
Message
 
 
To
16/12/1998 13:37:41
Marcelo Codino
Mystic & Faith - Sistemas -
Buenos Aires, Argentina
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00168171
Message ID:
00168181
Views:
35
Marcelo,

Once an object is released the memvar that pointed to it will have a .NULL. value and still be type "O". I'm not sure what you mean by "can I change this .null."

ox = createobject( "form" )
ox.Visible = .t.
? type( "ox" ) && now it's O
ox = 123 && releases the form and changes the memvar to a numeric
? type( "ox" )

>If you have a Form or another object that is not created with CREATEOBJECT, it takes .NULL. value.Ok? Well, can I change this .NULL. value by "O" value with TYPE() or any other command ?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform