Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Emulating VB datatypes in VFP
Message
From
23/06/2000 11:33:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Emulating VB datatypes in VFP
Miscellaneous
Thread ID:
00383801
Message ID:
00383801
Views:
58
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
Reply
Map
View

Click here to load this message in the networking platform