Is there any way to "stripe" the msflexgrid or the mshflexgrid? I tried doing a loop like this
x = 1
do until rs.eof
load the grid
if x mod 2 = 0 then
mshflexgrid.backcolorband(x) = vbyellow
endif
x = x + 1
rs.movenext
loop
I tried reading the help, but that didn't help much.
Is what I'm trying to do even possible with the grids that come with Visual Studio?
x = 1
do until rs.eof
load the grid
if x mod 2 = 0 then
mshflexgrid.backcolorband(x) = vbyellow
endif
x = x + 1
rs.movenext
loop
I tried reading the help, but that didn't help much.
Is what I'm trying to do even possible with the grids that come with Visual Studio?