Kofax DM API Instrukcja Użytkownika Strona 139

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 138
DM API OBJECTS 119
PCDSQL
& “DOCSADM.PROFILE")
If nResult = 0 Then
NextRowForm.sNRDST = oDSTDIC.GetDST()
NextRowForm.Show
Else
MsgBox ("Query Failed")
End If
End Sub
Private Sub cbSetDST_Click()
Dim nResult As Long
'Do mandatory login process in order to get a DST.
nResult = oDSTLogin.AddLogin(0, "MyLibrary", _
"", "")
nResult = oDSTLogin.AddLogin(0, "MyDomain", _
"MyUser", "MyPassword")
nResult = oDSTLogin.Execute()
sDST = oDSTLogin.GetDST()
'Get and display the DST.
oDSTSQL.SetDST(sDST)
oDSTDIC.SetDST(sDST)
'Show the DST in the Text box.
txtDST.Text = sDST
End Sub
Private Sub Form_Load()
txtDST.Text = "No DST yet."
End Sub
Przeglądanie stron 138
1 2 ... 134 135 136 137 138 139 140 141 142 143 144 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag