A
AshishSA
We are using Access 2003 reports.
We would like to be able to print dynamically changing image on the
entire left hand side of the page.
I'm not sure of any way that I can make one control span the different
sections that I have i.e we want image not specific to any secion but
with respect to entire left side of page.
Currently we are creating an image on each page based on the data on
that page.Then we provide the image to report's PictureData property so
that Image can be displayed as background image on left hand side of
the page.
However, it appears to be a refresh issue becuase even though we change
the image using PictureData property, New image only gets displayed in
next page.It seems like by the time we can read the page content,
report has already set the picturedata and if we try changing the
picturedata property then it does not refresh the Report picture until
next page.
Anyone know how to refresh the reports picturedata property to change
the image for the same page or have another way of getting an image to
display/hide from record to record based on the content of the page?
I have spent good few days trying this but could not find the solution
for this problem any help is much appriciated.
Ash
We would like to be able to print dynamically changing image on the
entire left hand side of the page.
I'm not sure of any way that I can make one control span the different
sections that I have i.e we want image not specific to any secion but
with respect to entire left side of page.
Currently we are creating an image on each page based on the data on
that page.Then we provide the image to report's PictureData property so
that Image can be displayed as background image on left hand side of
the page.
However, it appears to be a refresh issue becuase even though we change
the image using PictureData property, New image only gets displayed in
next page.It seems like by the time we can read the page content,
report has already set the picturedata and if we try changing the
picturedata property then it does not refresh the Report picture until
next page.
Anyone know how to refresh the reports picturedata property to change
the image for the same page or have another way of getting an image to
display/hide from record to record based on the content of the page?
I have spent good few days trying this but could not find the solution
for this problem any help is much appriciated.
Ash