Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TeeChart
Message
From
10/12/1999 19:22:36
Victor Chigne
Inteliventas
Peru
 
 
To
10/12/1999 09:37:21
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00301268
Message ID:
00302095
Views:
31
>With TeeChart I have a strange problem.
>If I open a form with an ActiveX in a pageframe, the activeX is always in front of everything when I open the form. I have to click on every page to correct the problem each time I want to modify the form. :(
>

Suppose you have the teechart in page2. In the init of your form put :

ThisForm.Pageframe1.Page2.Olecontrol1.visible=.f.


and in the activate of page2 put

ThisForm.Pageframe1.Page2.Olecontrol1.visible=.t.

Voila!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform