Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to auto skip readonly=.t. column to the next
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01498612
Message ID:
01498699
Views:
48
>>>hi all
>>>i've several readonly=.t. columns on my grid and i want to auto skip from readonly=.t. column to the next column while navigation or entering data how can i do this?
>>>TIA
>>
>>Maybe RETURN NOT this.Parent.readOnly in WHEN even of the grid Control?
>>(not tested though)
>
>This way you will never be able to select the column.
return !this.Parent.readOnly
solved the need ( Thanks to Cetin also)
Previous
Reply
Map
View

Click here to load this message in the networking platform