Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listing of objects on forms
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00675727
Message ID:
00675826
Views:
9
>Hi,
>
>I have been given the task of counting all objects that trigger processes or are sources of input.
>Does anyone have any suggestions as to a good way to tackle this?
>
>TIA

Start by looking at the controls collection of the form using the controls array property. Then determine the base class of each object using the o.baseclass property of each control. Exclude any classes you are sure about then traverse each objects events/methods and determine the status of the event code or the code itself using getpem() or pemstatus().
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform