I want to display a grid with alternate color rows. The usual way I would do this is using code such as:
Is there a way to achieve this?
Thanks
Barry Sutton
[pre]SetAll("DynamicBackColor","IIF(MOD(RECNO(),2)=0,16777215,8454143)")
[/pre]
However the grid in question is showing records displayed in an indexed order - so RECNO() is not the same as line number - and consequently the banding does not always work as it should.[/pre]
Is there a way to achieve this?
Thanks
Barry Sutton