Pcdsql – Kofax DM API User Manual

Page 140

Advertising
background image

120 C

HAPTER

3

PCDSQL

Public oNRSQL As New

PCDSQL

Public nNumRows As Long

Public nNumCols As Long

Public nRowsViewed As Long


Private Sub cbCancel_Click()

Dim nResult As Long

'Tidy up by releasing the result set.

sNRDST = ""

nResult = oNRSQL.

ReleaseResults

()

'Close this form.

Unload NextRowForm

Advertising