watermark - is this possible

  • Thread starter Thread starter fishqqq
  • Start date Start date
F

fishqqq

i have a watermark image i want to put on a report. the problem is the
report has a text box field with the CAN GROW property set to yes.

as the txt box grows the image moves lower down the page.
How do i prevent this from happening? Can i have a background image
that is independent of an text growing/shrinking on the page???


tks
 
i have a watermark image i want to put on a report. the problem is the
report has a text box field with the CAN GROW property set to yes.

as the txt box grows the image moves lower down the page.
How do i prevent this from happening? Can i have a background image
that is independent of an text growing/shrinking on the page???


Watermarks shoukd be specified in the report's Picture
property, not in a detail section image control.
 
Watermarks shoukd be specified in the report's Picture
property, not in a detail section image control.

The problem with this solution is i can't control the size of the
image. it completely covers the page (i only want it to cover the
bottom right corner)
tks
 
The problem with this solution is i can't control the size of the
image. it completely covers the page (i only want it to cover the
bottom right corner)
tks

Did you look at the other Picture property's on the Form's property
sheet?
Picture Alignment
Picture SizeMode
Picture Tiling
 
Back
Top