Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A bug
Message
From
03/04/2004 06:58:00
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: A bug
Miscellaneous
Thread ID:
00891664
Message ID:
00891980
Views:
20
Hello Steve.

>> However, this change did not show in the instance of the ADD bar on the form. Not unless I remove the nav bar, and then drag it in again. ?? Maybe this is the way it is supposed to be but sometimes all I have to do is to make changes in a classes and that behavior is there in the class on or in a form. <<

The way that it is supposed to be is that all of your instances inherit from your classes. This means that any changes you make to your classes are reflected in all the instances - unless that property or method is over-ridden in the instance.

When you over-ride a property, you set it to a value other than the deault value it has in the class. When you over-ride a method, you put anything ( even a single space ) in that method without putting in a DODEFAULT(). If you put anything into a method of the instance on your form and do not have the DODEFAULT(), that method no longer inherits from the class.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform