Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read-only Grid
Message
From
17/10/1997 13:34:20
 
 
To
17/10/1997 13:15:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00055196
Message ID:
00055199
Views:
24
>I'm messing around with grids for the first time (VFP5).
>I have a form with two grids from unrelated tables and a command button.
>I would like to know how to make the grids read-only and work in such a way that the TAB key cycles among the objects, and not within columns of a grid that has focus.
>
>Thanks.

Grid.ReadOnly=.T.
To provide tabbing you have to intercept TAB key in Grid.Column.Control.KeyPress event and SetFocus to another object programmatically.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform