Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shorter Code...
Message
 
 
To
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:
00106637
Views:
36
>>BTW, aside from SETALL property.
>>
>
>What's wrong with setall??

Nothing. I just want it more flexible say: columns 7 to 10 only (selective).

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

This works fine. Thanks Mark!
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform