Kofax DM API Manuale Utente Pagina 139

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 528
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 138
1 2 ... 134 135 136 137 138 139 140 141 142 143 144 ... 527 528

Commenti su questo manuale

Nessun commento