Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Emulating VB datatypes in VFP
Message
De
23/06/2000 11:33:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Emulating VB datatypes in VFP
Divers
Thread ID:
00383801
Message ID:
00383801
Vues:
57
Hello All,

Do any of you know of a way in which I can emulate the Double datatype from Visual Basic in VFP?

I am using an ActiveX control whose documentation is purely for VB or C++, it is allegedly fully VFP6 compatible. The VB side of this kind of documentation is usually the easiest to follow from a fox point of view. It explains teh use of many of the methods for VB as:

Private Sub MyMethod()
Dim MyFirst As Double, MySecond As DoubleDouble
MyOcx.MethodToFire MyFirst, MySecond
MyOcx.PropertyToFill = "Smething=(" + CStr(MyFirst) + _
"," + CStr(MySecond) + ")"
End Sub
Ben Sugden

"Remember to enjoy hunting - and that means relishing the search for the product that has never been advertised or placed handily at the front of the shop; Life begins on the uppermost shelf, avoid guide books and top 10's like the plague." - Ramsey Dukes
Répondre
Fil
Voir

Click here to load this message in the networking platform