C
Carl Rapson
I have a report that contains several subreports. I also simulate a
watermark on the report by setting the report's Picture property to an image
file. This all works pretty well, except for one of the subreports. This
subreport uses conditional formatting to bold some of the fields in certain
circumstances. The problem is, when the fields are bolded by the conditional
formatting, a 'white' background is also added to the fields. This causes a
white box to 'block out' a rectangular section of the watermark, right where
the subreport fields lie. This doesn't occur for all of the other
subreports, which are not using conditional formatting. I've set each
field's Back Style property to Transparent, but that doesn't seem to take
effect; the Back Style property seems to be superceded by the conditional
formatting. I can't see any option under Conditional Formatting for making
the field's background transparent. If I bold the subreport fields in the
Detail_Format event (for example), then that field is bolded on ALL records
in the subreport rather than just the current record; that's why I'm using
conditional formatting.
Is there any way to use conditional formatting and still make a field
transparent?
Thanks,
Carl Rapson
watermark on the report by setting the report's Picture property to an image
file. This all works pretty well, except for one of the subreports. This
subreport uses conditional formatting to bold some of the fields in certain
circumstances. The problem is, when the fields are bolded by the conditional
formatting, a 'white' background is also added to the fields. This causes a
white box to 'block out' a rectangular section of the watermark, right where
the subreport fields lie. This doesn't occur for all of the other
subreports, which are not using conditional formatting. I've set each
field's Back Style property to Transparent, but that doesn't seem to take
effect; the Back Style property seems to be superceded by the conditional
formatting. I can't see any option under Conditional Formatting for making
the field's background transparent. If I bold the subreport fields in the
Detail_Format event (for example), then that field is bolded on ALL records
in the subreport rather than just the current record; that's why I'm using
conditional formatting.
Is there any way to use conditional formatting and still make a field
transparent?
Thanks,
Carl Rapson