Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters by reference to an activeX control
Message
From
29/09/2002 14:21:17
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00704244
Message ID:
00705679
Views:
10
Hi David, thank's for your help.
The activeX expected a 16-bit integer, so
I tried to do that :

x=bintoc(100,2)
activeX.Method(@x)

The same error ( Type missmach ) occurs.

And i tried to do that :
x=bintoc(100,2)
createbinary(x)
activeX.Method(@x)

Same error..
Any idea ?
Thank's again.
Lucas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform