Does any one know how to modify a method which has been inherited by a new class after sub classing ? I subclassed one set of the navbuttons in Visual Fox 6.0. I want to add code to the my new class so that when the user reaches the top of the table and clicks the top button I could advise him that he has reach the top of the table. If I add code to the click event of this button it only overrides the code which comes from the parent class. When I use the class browser to edit parent or child class my code is not saved.