Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do find all programs
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00469255
Message ID:
00469398
Views:
9
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform