PRB: Olegraph.scx Sample Fails if Graph 8 Is Installed
This article was previously published under Q163799 On This PageSYMPTOMS
If you run the Visual FoxPro Olegraph.scx sample (samples\solution\ole)
after installing one of the Office 97 products, you receive the following
error:
"OLE error code 0x8002005 type mismatch"
CAUSE
This error occurs because Visual FoxPro includes Microsoft Graph Version 5
with the product but Office 97 ships with Microsoft Graph Version 8.
The Olegraph.scx sample in Visual FoxPro uses a graph function called AutoFormat. Graph 8 has no such function. Graph 8 uses a property called ChartType for setting or reading the type of graph you are using. RESOLUTION
To set the type of graph in Graph 8, use the ChartType property. To fix the
sample so it will run with Graph 8, you need to perform the following
steps:
STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce BehaviorIn the Command Window, enter the following command:REFERENCES
Microsoft Graph Visual Basic Help File (vbagrp8.hlp)
| Article Translations
|
Back to the top
