I
Ian Briffa
I have a report which initially was giving the wrong data on the graph when
running report to screen(Print Preview). On microsoft I found an
article(kb/318079) saying that there is a timinig issue and the remedy was to
insert "Me!objMyGraph.Requery" on the OnFormat event of the section that
contains the graph.
This solved my problem. On screen I'm getting the correct graphs, however
when I print what I'm seeing on screen I'm getting the wrong graphs printed
out.
I tried putting "Me!objMyGraph.Requery" in the OnPrint event however it did
not make any affect.
Any help appreciated
Thanks
Ian
running report to screen(Print Preview). On microsoft I found an
article(kb/318079) saying that there is a timinig issue and the remedy was to
insert "Me!objMyGraph.Requery" on the OnFormat event of the section that
contains the graph.
This solved my problem. On screen I'm getting the correct graphs, however
when I print what I'm seeing on screen I'm getting the wrong graphs printed
out.
I tried putting "Me!objMyGraph.Requery" in the OnPrint event however it did
not make any affect.
Any help appreciated
Thanks
Ian