Kofax DM API Bedienungsanleitung Seite 133

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 132
DM API OBJECTS 113
PCDSQL
oSelectSQL.GetColumnValue(j))
Next j
Next i
End Sub
Private Sub Form_Load()
'Set the default values for the labels above
'the columns.
lblColumnName(0).Caption = "First Column"
lblColumnName(1).Caption = "Second Column"
'Set the library that the query will use.
oSelectSQL.SetLibrary("MyLibrary")
End Sub
Private Sub Form_Unload(Cancel As Integer)
Dim nResult As Long
Dim sBuf As String
'Clear the result set as the object goes
'out of scope.
nResult = oSelectSQL.ReleaseResults
End Sub
Seitenansicht 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare