R
RCGUA
I have an Access 2003 form where I am using a finger print scanner to
enter the users name.
The finger print scanner is Eikon Digital Privacy Manager for PC with
their Protector Suite software.
When I click a button on a form clear the form, I want it to make the
"lstEmployeePayments" listbox invisible >> then > open the finger
print scanner (PassportManger) bit which will get the next persons
finger print. But, the code below completely ignores the first line
and skips ahead to open the finger print thing. If I put a msgbox
after the first line, then it works perfectly.
Forms![frmCASA-4payments].lstEmployeePayments.Visible = False
Set MyPassMgr = CreateObject("PSuiteAX.VtPassportManager")
Set MyPassport = MyPassMgr.OpenPassport("", False)
i = MyPassport.UserName
Me.cboWorkerName = ""
http://www.upek.com/solutions/eikon/default.asp
enter the users name.
The finger print scanner is Eikon Digital Privacy Manager for PC with
their Protector Suite software.
When I click a button on a form clear the form, I want it to make the
"lstEmployeePayments" listbox invisible >> then > open the finger
print scanner (PassportManger) bit which will get the next persons
finger print. But, the code below completely ignores the first line
and skips ahead to open the finger print thing. If I put a msgbox
after the first line, then it works perfectly.
Forms![frmCASA-4payments].lstEmployeePayments.Visible = False
Set MyPassMgr = CreateObject("PSuiteAX.VtPassportManager")
Set MyPassport = MyPassMgr.OpenPassport("", False)
i = MyPassport.UserName
Me.cboWorkerName = ""
http://www.upek.com/solutions/eikon/default.asp