Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set properties for multiple grid columns at once?
Message
From
04/04/2000 13:20:44
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00355072
Message ID:
00355075
Views:
34
Hi

You can set properties of various objects using 'setall' procedure.

Say for instance you want to change width of all columns to a specific size then all you have to do is

thisform.grid1.setall ('Width', 40, 'Columns')

Please check the syntax for 'setall' command.

Hope this helps you.

Hemant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform