Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hidden property disappears in Runtime
Message
From
23/07/2003 22:38:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Hidden property disappears in Runtime
Miscellaneous
Thread ID:
00812997
Message ID:
00812997
Views:
26
I'm using VFP 7.0
I have a hidden property that disappears before the Destroy() method during runtime.
Define class myClass ...
  hidden oControl_Next

  Procedure Destroy()
    this.oControl_Next = .null.        << "property oControl_Next not found" in runtime
EndDefine
class works fine during development, just in runtime it crashes.

If I change the property to protected, then it works in runtime also.

I've verified that the property is not used anywhere in any subclasses.

TIA
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform