W
WOODA
We have been having problems with graphs refreshing properly in access
reports. Previously we have deleted all data out of the data tables in the
graph design view so that when the report was run in print preview it was
immediatley obvious when a graph had not refreshed as it was blank. However,
this now appears not to work as once a report is run - the graphs in design
view now have data displayed in them. We have added some VBA code ;
On Error Resume Next
Dim objGraph1 As Object
Set objGraph = Me!Graph80.Object
objGraph.Refresh
objGraph.Application.Update
DoEvents
Set objGraph = Nothing
We added the VBA code to force the graphs to refresh but is there any way -
we can keep the graphs blank in design view so that we can instantly tell if
they have not refreshed?
Any help will be gratefully recieved. PLEASE HELP US!!
reports. Previously we have deleted all data out of the data tables in the
graph design view so that when the report was run in print preview it was
immediatley obvious when a graph had not refreshed as it was blank. However,
this now appears not to work as once a report is run - the graphs in design
view now have data displayed in them. We have added some VBA code ;
On Error Resume Next
Dim objGraph1 As Object
Set objGraph = Me!Graph80.Object
objGraph.Refresh
objGraph.Application.Update
DoEvents
Set objGraph = Nothing
We added the VBA code to force the graphs to refresh but is there any way -
we can keep the graphs blank in design view so that we can instantly tell if
they have not refreshed?
Any help will be gratefully recieved. PLEASE HELP US!!