.dbIdentify() As String

This method captures a fingerprint based on automatic dialogs and searches for the user among all users enrolled in the current database. This method is tied to the dbGetIdentifiedUser() method, which returns the identified user (as a string) when dbIdentify() returns a 0 (successful identification). (See example below)

 

RETURN: Integer:

0=identified the user,

1=no match,

2=user cancelled operation

>2= timeout occurred

 

Example:

 

Dim retVal As Integer

retVal = SigID1.dbIdentify()

If retVal = 0 Then

MsgBox “user is identified as “ & SigID1.dbGetIdentifiedUser(True)

ElseIf retVal = 1 Then

‘no match in the database

ElseIf retVal = 2 Then

‘user closed (cancelled) the capture window

Else

‘timeout occured

End If

 

_____________________________________________________________________

  Copyright 1995 - 2005, Topaz Systems, Inc. All Rights Reserved

 

Topaz products are covered under US patents 5,120,908 5,122,623 6,307,955 - "Electronic Signature Management System", and patents pending

 

    Topaz Systems, Inc., 650 Cochran Street, Unit 6, Simi Valley, CA, USA, 93065

              Phone: 805 520-8282  Fax: 805 520-0867  www.topazsystems.com