J
Joseph
I have to use Office2k and Office07 at my work. I like to added feature of
the alternate line color in office07. But it does not work in O2k. So I
added a counter and some code under the detail format event:
select case me.counter mod 2
case 0
detail.backcolor = rgb(223,223,223)
case else
detail.backcolor = rgb(255,255,255)
end select
It works fine, except that it only colors about 1.5 inches on the left and 1
inch on the right. Everything in the middle is uncolored. I have several
reports that are like this. I keep the databases in O2k format, but often
decompile, resave in Office07, and recompile, alter the databases then do it
all over for O2k. Any clues to why this is doing this?
the alternate line color in office07. But it does not work in O2k. So I
added a counter and some code under the detail format event:
select case me.counter mod 2
case 0
detail.backcolor = rgb(223,223,223)
case else
detail.backcolor = rgb(255,255,255)
end select
It works fine, except that it only colors about 1.5 inches on the left and 1
inch on the right. Everything in the middle is uncolored. I have several
reports that are like this. I keep the databases in O2k format, but often
decompile, resave in Office07, and recompile, alter the databases then do it
all over for O2k. Any clues to why this is doing this?