Hi guys,

i've a little problem !

checking groupmembership with INGROUP leads to problems ( w2k AD Domain ).

if I check with INGROUP on a self defined group the result ist ever ==> 0 !?! ( not a member ! ) although he is !

Same check on a windows predefined Group shows the right result ( 1 or 0 ).

example:

if INGROUP("test")
Messagebox("yes","INGROUP",4160,5)
else
Messagebox("no","INGROUP",4160,5)
endif

any suggestions ?

O.