seenunandagiri
New Member
Hi,
I am new to the progress. I am building an employee timesheet application where login time and logout times for a particular day should be recorded. I used,
create inout .
assign inoutTime=NOW .
above code to store the timings. but, the problem is whenever i execute the code, present time values are stored. I need first login value. So, help me in getting the first value of an inoutTime column.
EmpNum inoutTime
123 09:33 AM
123 10:22 AM
123 11:22 AM
in the above table I need 09:30 Am to be diplayed.please help me .
I am new to the progress. I am building an employee timesheet application where login time and logout times for a particular day should be recorded. I used,
create inout .
assign inoutTime=NOW .
above code to store the timings. but, the problem is whenever i execute the code, present time values are stored. I need first login value. So, help me in getting the first value of an inoutTime column.
EmpNum inoutTime
123 09:33 AM
123 10:22 AM
123 11:22 AM
in the above table I need 09:30 Am to be diplayed.please help me .