Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Levels of code
Message
From
10/09/1997 11:40:00
 
 
To
10/09/1997 11:37:53
Mandy Mccord
Public Interest Breakthroughs, Inc.
Albany, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00049335
Message ID:
00049337
Views:
65
>I have some navigation buttons (first,next,previous,last) that are in their own class so I can use them on my forms. They have standard code in them at the class level to move the record pointer accordingly. My question is can I add additional code for individual buttons on my forms which executes after the "base" code from the class definition or do I have write the complete code for each button?? (see my example below)
>
>Eg. My "Next" button should go to the next record but also grab a new value for a variable and requery my data (in a parameterized view) in a grid which should change as the data the "Next" button changes.
>
>mtia!
>Mandy

Scope resolution operator '::' will allow you to run parent class method within a subclass method.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform