Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters data type declaration for calling an Active X
Message
From
03/02/2002 12:34:41
 
 
To
03/02/2002 10:24:01
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00614540
Message ID:
00614572
Views:
24
The shortest answer to your question is:
Make a wrapper ActiveX of the existing one in VB.
All the parameters of the wrapper class should be defined as VARIANT.

VFP7 has strong typing, but I am not sure how strong it is.
Because I can define variable with a statement like this:
LOCAL lnTest AS Integer
and after that run a line like this:
lnTest = 'This should generate an error (according to my idea of strong typing)'
and it does not fire an error.
So I believe that (even in version 70) VFP works with VARIANT type variables.

HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform