Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#142 closed Feature Request (Duplicate)

Get Array from LDAP-Field

Reported by: anonymous Owned by:
Milestone: Component: Other
Version: Severity:
Keywords: LDAP-Array Cc:

Description

When the Function _ADGETObjectInOU from ADFunctions.au3 Version 3.1.2 get an Aray as Answer nothing is displayed.

If you add this lines, they are displayed

If isarray($objRecordSet.Fields ($dtrArray[$i]).Value) Then

$Array = $objRecordSet.Fields ($dtrArray[$i]).Value
$ObjectArray[$count][$i - 1] = $Array[0]

Else

$ObjectArray[$count][$i - 1] = $objRecordSet.Fields ($dtrArray[$i]).Value

EndIf

Attachments (0)

Change History (2)

comment:1 by Gary, 18 years ago

Resolution: Duplicate
Status: newclosed

I believe this is a duplicate of https://svn.autoitscript.com/trac/ticket/50

comment:2 by TicketCleanup, 18 years ago

Version: 3.2.10.0

Automatic ticket cleanup.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.