Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and ADSI
Message
From
30/11/1999 02:00:07
 
 
To
29/11/1999 22:39:14
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00296689
Message ID:
00296744
Views:
21
>Has anyone tried to implement anything in ADSI with VFP?
>
>I used to Visual Basic where you can define your variable types.
>
>How can this be done in Visual Foxpro?
>
>for example, if I have this piece of code in Visual Basic, what would it look like in VFP?
>
>dim o as IADsOpenDSObject
>
You can't do this in VFP - but you don't need to
in VFP every variable is variant
so when the variable will get a reference to that object( by CREATEOBJECT or by GETOBJECT) it will be of the type needed
Previous
Reply
Map
View

Click here to load this message in the networking platform