Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assigning Array
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00387916
Message ID:
00388286
Views:
14
>>>>No. Myproperty is not a custom property. It is a ActiveX control propety.
>>>
>>>I've not seen any controls that use arrays as ActiveX properties, but I've not had a lot of exposure to a lot of different controls. They're usually not arrays, they're structures. There are a couple of files here that help with that sort of thing. There's STRUCT.ZIP File# 346 and CLSHEAP.ZIP File#94826.
>>
>>Not that it will help in this discussion because I haven't found a work around for it, but an example of this can be found using the ADSI ActiveX control.
>>
>>There is a Filter property that accepts an array. You can use this property to filter out items of a particluar type when looping through the members collection of any ADSI container object.
>
>So just what does an ADSI ActiveX control do? I'm not familiar with that acronym...

Active Directory Service Interface

It is an ActiveX control that wraps many of the WinAPI functions used to manage directory resources from disparate systems (NT, LDAP for Exchange, NDS for Novell). All of these systems can be handled using the same programming functions without having to worry about unique calls for each system.

ADSI makes it very easy to manage users, groups and shares on NT systems.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform