Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent cursor for TabStop = .f. ReadOnly fields
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01171887
Message ID:
01171890
Views:
10
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>How can I make sure that I can not put a cursor into Read-Only TabStop = .f. field? Should I program lostfocus and GotFocus events or I'm missing some property?
>
>Thanks.

Or in WHEN event:
RETURN NOT this.ReadOnly AND this.TabStop
(not tested)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform