Kofax DM API Uživatelský manuál Strana 137

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 528
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 136
DM API OBJECTS 117
PCDSQL
txtFullName.Text = oUpdateSQL.GetColumnValue(2)
End Sub
Private Sub lstUserIDs_Click()
Dim nListIndex As Long
Dim sTempBuf As String
Dim nRowIndex As Long
nListIndex = lstUserIDs.ListIndex
'The SQL row is one larger than the list index,
'so, add one to set the SQL row index.
nRowIndex = nListIndex + 1
nResult = oUpdateSQL.SetRow(nRowIndex)
'This is the full name column value.
sTempBuf = oUpdateSQL.GetColumnValue(2)
txtFullName.Text = sTempBuf
End Sub
Zobrazit stránku 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 527 528

Komentáře k této Příručce

Žádné komentáře