Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the READONLY control?
Message
From
19/01/2001 14:26:17
 
 
To
19/01/2001 12:35:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00465840
Message ID:
00465919
Views:
16
Hello, Ken.

>What is the procedure when you do not want the user to edit a control (text field), but you do want your program to change the values in the table associated with the control. When I set the control to READONLY = .t., I can not update the table with program code? Any ideas?

The ReadOnly property just avoid interactive change of the value, not programmatic.

However, notice that if you update a field value that's bounded to some control, you should isuue a control (or form) refresh() for it to change on screen.

Hope this helps.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform