Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AMEMBERS Problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01211833
Message ID:
01211849
Views:
16
Let's try again. :)
What do you get by running following code? BTW, what's VFP version?
oObject = CREATEOBJECT("Form")
nProperties = AMEMBERS(aProperties, oObject)
? nProperties
DISPLAY MEMORY LIKE aProperties
Did you try to close and restart VFP?

>nProperties has 3. And I get 'Name', 'BaseClass' and 'Class'
>
>
>
>>What is nProperties value? If it's 0 than function cannot process the object you're passing. What do you by running following code?
>>
>>nProperties = AMEMBERS(aProperties, oObject)
>>? nProperties
>>DISPLAY MEMORY LIKE aProperties
>>
>>
>>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform