Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Visual Basic data formats to ActiveX control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Passing Visual Basic data formats to ActiveX control
Miscellaneous
Thread ID:
00871928
Message ID:
00871928
Views:
53
I have a propriety ActiveX control being used in a project. This is a specialized control and I have no choice but to use it. However, I can get virtually no support for using it in VFP as it seems nobody at the company knows VFP. They have one small VFP example, and claim it does work. I have several VB, VBA and MFC examples to look at.

I have got it working for one of it's methods where I just pass strings to it.

Now I need to pass it a data where I'm not sure of the format, in Visual Basic it just does

Dim dtStart As Date
dtStart = Date - 365
Dim vtResult As Variant

-- and passes parameters -- as dtStart, results:=vtResult
then it takes the results using some constructs like

.... (UBound(vtResult, 1) + 2)
and ..... vtResult(i, j, 0)

So I need to figure out how to get these working in VFP
Reply
Map
View

Click here to load this message in the networking platform