Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do find all programs
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00469255
Message ID:
00469398
Vues:
8
>Hello all!
>
>How may I find a list of all programs that use a particular class? How may I check against a class that are being used by what programs?
>
>TIA...

Dodi,

If you mean prg files then you can use the Windows Find utility to locate each instance of SET CLASSLIB TO...then drag the results into the command window to open them. Finding individual references to a particular object in a class can be more difficult. For example, if you use oObject = CREATEOBJECT('MyObj') in one case, then finding MyObj = CREATEOBJ("MyObj") is harded because you've used single quotes in one instance, double in another and abbreviated in the second case.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform