Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with msgraph5 and msgraph 8
Message
From
25/05/1998 11:37:26
Clement Yu
Concordia Paper Ltd
Hong Kong, Hong Kong
 
 
To
15/05/1998 06:36:35
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00099677
Message ID:
00101685
Views:
23
>>I have a problem with visual fox pro because my program use msgraph5?with
>>the command (append general olegraph.....)
>>last week i install office 97 and my program doesn't work... there are an
>>error when i load graphic (OLE error 0x80020006 name unknown)
>>I know it's a problem between msgraph97 and msgraph5 but i don't know how to
>>resolve it....
>>please help me it's very important
>>
>>
>>email : vassalc@hotmail.com



Dear Mr Cetin Basoz,

I was faced the same problem as Mr Vassalc, the following are my program coding.
Can you give me some hints to sovle it?

........
* create graph
CREATE table "temp\passrategraph" (olegraph G)
SELECT passrategraph
APPEND Blank
APPEND general olegraph Class "msgraph.chart" data m.cgdata
*
* modify the chart type in form and print preview the report
Do form "forms\passrategraph.scx"

* Procedure: Refresh
dodefault()
thisform.Oleboundcontrol1.autoformat(16,"Line1")
thisform.command1.setfocus() && 16 is my custom graph type
&& Line1 is sub-type

* Procedure Click on Command1
Thisform.release
Flush
REPORT form "reports\passrate_a.frx" preview nowait


In addition, can we run program under msgraph5 and msgraph97.

Thank you very much.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform