Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting a column in a grid
Message
From
11/07/2001 12:51:25
 
 
To
10/07/2001 13:55:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00528362
Message ID:
00529242
Views:
17
Thanks Trey,
Looking at your code, I came up with:

FOR EACH oCol IN THISFORM.Ipageframe1.Page1.grdAsso.COLUMNS

IF oCol.ColumnOrder%2 = 0
oCol.BACKCOLOR = 16711622 &&-Light Blue
ENDIF
ENDFOR

in the INIT of the form. Works fine!

Thanks again,
Julian
Previous
Reply
Map
View

Click here to load this message in the networking platform