[Stackoverflow] [Progress OpenEdge ABL] How do you enumerate though .getGroups() in Opendege?

Status
Not open for further replies.
A

AnthonyFastcar

Guest
I'm trying to correctly enumerate through the groups I have, using .net call for Active Directory.

I have my group object coming back if I message it out like so.

nPrincipalUserCls = NEW UserPrincipal(networkPrincipalContextCls).
MESSAGE UserPrincipal:FindByIdentity(networkPrincipalContextCls,User):GetGroups() VIEW-AS ALERT-BOX.


I've been googling and looking that the progress knowledge resources. I cannot find an example or explanation on how to do this. If anyone knows of any resources I can look at or has a example that will get me in the right direction I would appreciate it. Thank you in advance!

Continue reading...
 
Status
Not open for further replies.
Top