Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid (Again)
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00197687
Message ID:
00198433
Views:
19
Eric,
Use "ActiveRow" not "RelativeRow". ActiveRow is always the same for a given set of records (First record whether indexed or not is 1, next record is 2, etc.).

Barbara


>
>Didn't work:
>
>I put this in the grid.init method. Comes out as RGB(255,255,255) for each row. As a test: RECNO() works fine but of course bring me back to the first question.
>
>Maybe the rows are not define at this time?
>
>THIS.SetAll("DynamicBackColor", ;
> "IIF(MOD(THIS.RelativeRow, 2)=0, RGB(255,255,255) ;
> , RGB(128,255,255))", "Column") && Alternate white and green records
>
>*THIS.SetAll("DynamicBackColor", ;
>* "IIF(MOD(RECNO(), 2)=0, RGB(255,255,255) ;
>* , RGB(128,255,255))", "Column") && Alternate white and green records
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform