Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PEMSTATUS, 5 reports DE as having controls?
Message
From
07/01/2005 17:12:36
 
 
To
07/01/2005 16:28:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00975266
Message ID:
00975280
Views:
13
>I have a vfp6 class that keeps track of all objects on a form and checks for any changes made by the user. I've since started using it in VFP8 and have found that PEMSTATUS(_screen.activeform.DataEnvironment,"Controls",5) now shows .t. (A logical true (.T.) is returned if the property, event, method, or object exists for oObjectName or cClassName).
>My class craps out thinking that the DE has controls.
>Does anyone know why this functionality has changed and if it is a bug?
>
>Regards,
>Ed Pecyna
>Klaatu verada nicto!

DE have many hidden properties and methods ( all container's pems),
and PEMS(,5) return .T. for a HIDDEN pems.

On VFP9 this change and:
for hidden native properties, PEMSTATUS( ) returns a logical False (.F.).

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform