Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SetALL Command
Message
De
07/12/1998 13:31:31
 
 
À
07/12/1998 13:28:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00164857
Message ID:
00164860
Vues:
23
>Hi All,
>
>I just want to know if there is a quick and easy way to solve the following message produced by Visual FoxPro.
>
>"Property Setting will not take effect until Data Environment Reload"
>
>This is what I have in the init event of the form.
>
>> ThisForm.SetALL( "READONLY", .T. )
>
>Any Help and Suggestion is Appreciated. Thanks

The problem is that Form.DataEnvironment.Cursors also have ReadOnly property, and you probably don't want to reset it too, right? So, use third parameter of SetAll command, e.g.
Thisform.Setall("Readonly",.T.,"textbox")
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform