Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find out the method in which classes object ?
Message
 
 
To
22/05/2009 05:09:50
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01401514
Message ID:
01401524
Views:
114
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform