Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Visual Basic data formats to ActiveX control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Passing Visual Basic data formats to ActiveX control
Divers
Thread ID:
00871928
Message ID:
00871928
Vues:
52
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
Répondre
Fil
Voir

Click here to load this message in the networking platform