Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shorter Code...
Message
From
10/06/1998 05:16:34
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00106623
Message ID:
00106628
Views:
33
>BTW, aside from SETALL property.
>

What's wrong with setall??

OK, you could loop around the COLUMNS collection of the Grid

FOR lnLoop = 1 TO 10
MYFORM.Grid.Columns( lnLoop).BackColor = RGB(255,255,0)
MYFORM.Grid.Columns( lnLoop).Width = 40
ENDFOR
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform