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:
35
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