Jim wrote:
>I am generating a report which I use to plot a graph-on-the-fly using
>rectangle controls (small squares) as data points on top of a
>pre-scanned image. So, I create the new report in design view, add the
>rectangle controls to show my datapoints, and then I want the user to
>see to graph in preview mode.
>
>To do so, I seem to have to first save it (with the automatically
>generated name that access gives it such as Report_n- report name seems
>to be read-only) and then re-open it in preview mode. therefore, each
>time this is run, my database grows by one report.
>
>Is there a way to change the view mode of my temporary report without
>saving it? The only other option would be to open the report, make sure
>there are no rectangle controls already on it (delete those controls)
>and make my graph. but, again, you can't do that except in design mode.
> thoughts? (other than why not use a graph control... I want the image
>in the background)
Is there a good reason why you can not draw the rectangles,
etc. at run time using the section's Print event?
--
Marsh
MVP [MS Access]
|