Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release OLE (?)
Message
From
07/05/2002 05:41:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Release OLE (?)
Miscellaneous
Thread ID:
00653395
Message ID:
00653395
Views:
46
Hi all

I have a prg , where

PUBLIC goForm
goForm = CreateObject("form1")

... later ...

DEFINE CLASS form1 AS form

...

ADD OBJECT olecontrol1 AS olecontrol WITH ;
...
Name = "Olecontrol1", ;
OleClass = 'MSChart20Lib.MSChart.2'


and I have a commandButton that make exit

PROCEDURE Exit.Click

RELEASE goForm
ThisForm.Release

ENDPROC


But , when i call this prg , in the next time , and I change all the values , the graph is the same .
I Know that goForm is public , but it is necessary .


Can You help me ?

Thanks


Pedro Silva

world is wonderful with your help .

Reply
Map
View

Click here to load this message in the networking platform