Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting an ole error code 0x80040112
Message
 
 
To
27/06/2001 11:44:23
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00523933
Message ID:
00524315
Views:
16
>Sergey,
>Thank you for responding, here is example of the code
>
>oComm = createobject('mscommlib.mscomm')
>oComm.commport = 1
>oComm.portopen = .t.
>oComm.settings = "9600,N,8,1"
>
>It works fine on developer machine but not on client.
>Any thoughts are appreciated
>
>Thanks
>Rob Vaught

Take another look at MSKB#Q192693.
You have to subclass Mscomm control at design time and than add an instance of the class at run-time instead of adding the control.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform