Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any way to find objects usnig myClass?
Message
De
09/06/2003 13:37:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Any way to find objects usnig myClass?
Divers
Thread ID:
00798041
Message ID:
00798041
Vues:
53
Is there any way to find all objects in a project that are using a particular class?
The class browser doesn't drill down into forms.

ie: I want to find all objects in all forms that are being created from the _CommandButton class in order to re-create them from a new sub-class of _CommandButton.



In the alternative, would this work?

1. Open the project in the class browser
2. Rename "_CommandButton" class to "myButton" (hopefully changing all the references throughout the project)
3. Close the class browser.
4. Rename "myButton" class back to "_CommandButton" (breaking all the references)
5. Create "myButton" as a subclass of _CommandButton in the same vcx (hopefully reestablishing all the references)

TIA
Bill Morris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform