Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable the grid?
Message
From
20/12/2000 16:50:26
 
 
To
20/12/2000 16:24:34
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00455607
Message ID:
00455626
Views:
36
>I also want to disable the grid too, but I want the user to have access to move the scroll bar (sideways and up/down). When I disable the whole grid (ThisForm.Grid1.ENABLED = .F.), it freeze the whole thing. Do I have to do field by field (I have 14 ColumnsCount).
>
>Chuck

This would be a column level thing. however, you wouldn't have to set each one individually. Use the SetAll() method instead of the Grid1.Enabled = .F. do this
thisform.Grid1.SetAll("Enabled", .F., "Column")
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform