I have a report with various sections. It has a background image which is a map whose filename is decided by a query on another form. The report's 'On Load' event code tells the report to look on the form for the filename.
All of the data on the form then prints over the top.
Now I've got a transparent gif called 'PinPoint' which is embedded as an ole object. I want to use it to pinpoint a position on the map. It appears fine on whichever section I place it, but I want to position it relative to the whole page, independant of the sections.
So far I have used:
PinPoint.Left=1000
PinPoint.Top=1500
...But when the object reaches the boundaries of the section it causes an error.
Sooo, how can I stop the object from being bound to the section ?
All of the data on the form then prints over the top.
Now I've got a transparent gif called 'PinPoint' which is embedded as an ole object. I want to use it to pinpoint a position on the map. It appears fine on whichever section I place it, but I want to position it relative to the whole page, independant of the sections.
So far I have used:
PinPoint.Left=1000
PinPoint.Top=1500
...But when the object reaches the boundaries of the section it causes an error.
Sooo, how can I stop the object from being bound to the section ?