Kofax DM API Bedienungsanleitung Seite 92

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 91
72 CHAPTER 3
PCDNetworkInfo
nNumRows = oNWInfo.GetRowCount()
End If
If nNumRows = 0 Then
MsgBox "You do not have access to Domain “ _
& “information at this time."
Else
'Fill the listbox.
For i = 1 To nNumRows
nResult = oNWInfo.NextRow()
lstDomains.AddItem (oNWInfo.GetValue())
Next i
'Initialize this list to its first element.
lstDomains.ListIndex = 0
'Fill up the UserList with Users in this list.
nResult = oNWInfo.GetUserList("%NI_NT", _
lstDomains.Text)
nNumRows = 0
'Get number of rows that are returned.
If nResult = 0 Then
nNumRows = oNWInfo.GetRowCount()
End If
'Display the list of users in the
'lsDomainUsers listbox.
If nNumRows = 0 Then
MsgBox "User information for this domain “ _
& “is not available to you."
Else
For i = 1 To nNumRows
nResult = oNWInfo.NextRow()
lstDomainUserList.AddItem ( _
oNWInfo.GetValue())
Next i
Seitenansicht 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare