Watermark and backcolor

J

Jonathan Blitz

I have a report with a watermark.

For some reason it seem to overide the backcolor on the section.

I set the backcolor so as to mark out rows:

If Me.Section(0).BackColor = 16777215 Then 'white
Me.Section(0).BackColor = 12632256 'grey
Else
Me.Section(0).BackColor = 16777215 'white
End If

This works ok as long as there is no watermark but as soon as there is one
it seems that the watermark overlays the back color of the section.

Is there anything I can do?

Jonathan Blitz
Israel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top