Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Out-Of-VFP execution of ActiveX of Report Manager
Message
 
To
12/10/2005 08:53:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01057851
Message ID:
01058290
Views:
7
Hi

>It isn't my fault:) I said I don't know anything about that OCX. Probably you need a form as a container for it.

No <g> not your fault. Does an ActiveX really require to be on a container in such a situation, can I just activate the ActiveX using CREATEOBJECT() or something. I am just picking your brains for some of your experiences. <g>
LOCAL loForm, ltTime


SET CLASSLIB TO cReportManager.vcx ADDITIVE


loForm = CREATEOBJECT("Form")
loForm.ADDOBJECT("oRM", "ccntReportManager")


ltTime = SECONDS()

DO WHILE SECONDS() < m.ltTime + 5
	?? CHR(7)
ENDDO


loForm.REMOVEOBJECT("oRM")


*QUIT
Thanks, the form never showed.

I wasn't able to do this: loForm.oRM = .NULL. before the removeobject(), no probs?

Please suggest on the progress and any ideas you may have.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform