.dbEnroll(string user)

This method enrolls a user’s fingerprint and saves it to the currently-open DAT database.  The user is guided by various dialogs. The method takes one string argument, the name of the user to enroll.

 

RETURN: Integer:

0=success,

1= failure,

2=User canceled operation

 

Example:

 

Dim retVal As Integer

retVal = SigID1..Enroll (“Some Name”

If retVal = 0 Then

‘success

ElseIf retVal = 1 Then

‘timeout occurred

ElseIf retVal = 2 Then

‘user canceled

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