Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PEMSTATUS() function
Message
 
 
To
15/12/2003 11:08:44
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00859135
Message ID:
00859438
Views:
9
>I have a Form class with a TextBox class in it.
>I have put TextBox.ReadOnly = .F. (bold).
>When I make instance (with CREATEOBJECT) of Form class I have tried PEMSTATUS(textbox, "ReadOnly", 0) and it gives .F.
>
>Why, when I have change status of that property and make it non-default .F.?
>Is there a way to get status of property that is non-default?

Boban,

The help for PEMSTATUS(,,0) is little bit confusing. The PEMSTATUS(,,0) would tell you if property was changed in the class or the object passed as the first parameter. It returns .F. because TextBox.ReadOnly property hasn't been changed in the object you tested with PEMSTATUS().
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform