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:
01171896
Views:
10
>>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)

Thanks, I thought of that as well, but for some unknown reason dismissed the idea originally. It worked fine and it's just one line of code.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform