networkthis
Programmer
Here's my dilemma. I have an image that is going to be used as the backdrop for a Report (Takes up a full 8 X 11 paper). It is a very complex chart, which would take forver to draw in VFP.
I need to ovelay points onto that image which will display onto the report dynamically by pixel location. I'm kinda thinking similar to how hotspots work with an image map in HTML, only I need to plot a mark at specific locations when the user enters data.
I have been reading up about the report listener, BeforeReport etc. I can draw on a form all day long with VFP. I'm still not completely sure how to draw on a report and I'm not sure if this is even possible.
Do you all have any suggestions?
I need to ovelay points onto that image which will display onto the report dynamically by pixel location. I'm kinda thinking similar to how hotspots work with an image map in HTML, only I need to plot a mark at specific locations when the user enters data.
I have been reading up about the report listener, BeforeReport etc. I can draw on a form all day long with VFP. I'm still not completely sure how to draw on a report and I'm not sure if this is even possible.
Do you all have any suggestions?