Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting a column in a grid
Message
From
13/07/2001 08:24:38
 
 
To
10/07/2001 13:55:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00528362
Message ID:
00530164
Views:
24
Hi Trey.

>> Try this: <<

That's an awful lot of code < g >. This, in the grid's init works just fine:
FOR EACH COLUMN IN This.Columns
  IF loColumn % 2 = 0
    loColumn.ForeColor = RGB( 0, 0, 128 )
    loColumn.BackColor = RGB( 0, 255, 255 )
  ENDIF
ENDFOR
Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform