Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetALL Command
Message
From
07/12/1998 13:31:31
 
 
To
07/12/1998 13:28:38
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00164857
Message ID:
00164860
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform