Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setfocus
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00251771
Message ID:
00251777
Views:
9
>To: All
>
>When I run this code on a form it says that:
>Property SETFOCUS is read-only.
>
>* Add Button
>* StateUnemployment
>StateUnemployment.txtSutaState.ReadOnly = .f.
>StateUnemployment.txtSutaState.Visible = .t.
>StateUnemployment.txtSutaState.Enabled = .t.
>StateUnemployment.txtSutaState.SetFocus = .t.
>APPEND BLANK
>StateUnemployment.Refresh
>
>This field is read only unless I want to add a record. You can edit this field only when you are adding new records. By default this field is readonly and is not enabled.
>
>I am using tableupdate() function in other buttons.
>
>Thanks
>Bruce Strom

Call it a method.
StateUnemployment.txtSutaState.SetFocus()
Previous
Reply
Map
View

Click here to load this message in the networking platform