Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
columncounter = 0 columncounter = columncounter + 1 msfg.TextMatrix(columncounter, 0) = txtTID.Text msfg.TextMatrix(columncounter, 1) = lblTimeIn.Caption msfg.TextMatrix(columncounter, 2) = lblTimeOut.Caption msfg.TextMatrix(columncounter, 3) = dt1.Value msfg.TextMatrix(0, 0) = "Employee No." msfg.TextMatrix(0, 1) = "Time in" msfg.TextMatrix(0, 2) = "Time out" msfg.TextMatrix(0, 3) = "Date" msfg.ColAlignment(0) = 1 msfg.ColAlignment(1) = 1 msfg.ColAlignment(2) …
The End.
enelra