How can I use File , Update in MSGraph?

snowsride

Registered User.
Local time
Today, 20:04
Joined
Nov 29, 2001
Messages
33
I am using Office 95.

I have several graphs embedded in individual forms each with some code linked to the OnOpen event that sets the MinimumValue of the Y axis.

The forms are then embedded in a report.

I have to do it this way because the code to set the MinimumValue will not work on the OnOpen event of the report - this is a known bug in MSAccess,

When a form is opened the graph is displayed correctly but when the report is opened the graph axes are not updated because the minimum values have not been saved in MSGraph. There is a File, Update option available on the menu when the chart is in edit mode - how can I code this? The menu options do not appear in the Object Browser.
 
The only way I have been successful at manipulating MSgraph properties is as follows:

1. Open the form
2. After it's open, set the axis properties.
3. Close and save the form.
4. Now you can re-open the form and the the axis should be OK.

Hope this helps.
 

Users who are viewing this thread

Back
Top Bottom