Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Method is Read-Only??
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00196632
Message ID:
00196687
Views:
30
>Hello,
> Why is it that when I try and go into some objects on my form and edit some of their events and methods that they are now listed as read-only? what happened and how do I fix it?

I'm not sure what you mean by listed as read only but generally if you subclass a control some methods and events will be listed on the properties sheet as default. You can right click the control and select code then select the method and issue a dodefault() at the beginning of the method or event code if you want to retain the default behavior. Some base class methods exec the default behavior even if you don't issue a dodefault().

HTH,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform