Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find out the method in which classes object ?
Message
 
 
À
22/05/2009 05:09:50
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01401514
Message ID:
01401524
Vues:
113
>Hi,
>I have a code in a method, I want to find out oApp.oMessage.DisplayMessage() belong to which object classes library.
>how to search in VPF9 ?
>
>
>slnResponse = _SCREEN.oApp.oMessage.DisplayMessage('Do you want to save your changes first?')
>
>
>Please advise.
>
>Derek Yim

There should be some class that creates oMessage object. It may be in the same library as your App object, but may be in a different library. Hard to tell.

You can try to search your project for DisplayMessage using CodeReference, but it may return too many results.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform