Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining MemberLists
Message
From
09/11/2005 15:34:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Determining MemberLists
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066945
Message ID:
01066945
Views:
60
I know I can determine a memberlist (PEMS) for an object (or baseclass) by the following:

lnNumPEMs = AMEMBERS(laMbrList,_VFP)

This gives a list of PEMs for the _VFP object. My question is: How to obtain a list of PEMs for an object of _VFP. If I have a project open, then the _VFP.ActiveProject is an object that points to the current active project. However, if the command:

lnNumPEMs = AMEMBERS(laMbrList,_VFP.ActiveProject)

is executed, no PEMs are returned (lnNumPEMs = 0). Is there a way to determine these PEMs programatically?
Next
Reply
Map
View

Click here to load this message in the networking platform