Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PEMSTATUS() function
Message
 
 
À
15/12/2003 11:08:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00859135
Message ID:
00859438
Vues:
8
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform