Click here to Skip to main content
15,903,175 members

Comments by Member 14029982 (Top 1 by date)

Member 14029982 25-Oct-18 17:29pm View    
ihave the next cuestion

Private Sub CZKEM1_OnAttTransaction(ByVal EnrollNumber As Long, ByVal IsInValid As Long, _
ByVal AttState As Long, ByVal VerifyMethod As Long, ByVal Year As Long, ByVal Month As Long, _
ByVal Day As Long, ByVal Hour As Long, ByVal Minute As Long, ByVal Second As Long)


Text1.Text = Text1.Text & "Att Transaction: " & EnrollNumber & " " & AttState & " " & Year & "-" & _
Month & "-" & Day & " " & Hour & ":" & Minute & ":" & Second & _
Chr(13) & Chr(10)

this code


this code results in this output format .. somebody has an idea why ..
this is at the moment of checking with the finger which does not match the data

thanks