Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADSI and the Filter property
Message
 
 
À
16/01/2003 15:08:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00741601
Message ID:
00742611
Vues:
21
>Hi Steve,
>
>As someone (UPDATE: Zlatin Zlatev) showed me earlier when I was working with IIS, you need to change the way the array is passed with COMARRAY( ):
>
>
>
>DIMENSION laFilter[1]
>laFilter[1] = 'computer'
>oDomain = GetObject('WinNT://MyDomain')
>
>COMARRAY(oDomain, 10)
>
>oDomain.Filter = laFilter
>FOR EACH oItem IN oDomain
>   ? oItem.Name, oItem.Class
>ENDFOR
>
>

Brian,
Does this actually work for you? In my experience, VFP can not natively pass SafeArrays to the Filter property.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform