| View previous topic :: View next topic |
| Author |
Message |
aicirt
Joined: 26 Jun 2006 Posts: 3
|
Posted: Mon Jun 26, 2006 10:32 am Post subject: recordset ? |
|
|
can anyone explain to me what the code is trying to do?
| Code: |
if rsHistory(2) = "i" then
v_HistOperation="Clock - In"
v_HistTime=rsHistory(0)
else
if rsHistory(2) = "o" then
v_HistOperation="Clock - Out"
v_HistTime=rsHistory(1)
end if |
|
|
| Back to top |
|
 |
|
|
vargf
Joined: 27 Sep 2006 Posts: 2
|
Posted: Wed Sep 27, 2006 7:29 pm Post subject: Desition if...else |
|
|
this code is for a clock in&out timer
this code makes a desition if you clok-in the data will store in the fill onhte data table if you clok-out hour will record in the data table fill
v_HistTime. |
|
| Back to top |
|
 |
bimal
Joined: 16 Jan 2008 Posts: 8
|
Posted: Thu Jan 17, 2008 6:59 am Post subject: Re: recordset ? |
|
|
ur above code is used save incoming and outgoing mails with their time ..
i think you will get ur ans better from it...other wise 4 any web related info u can visit on the following link.
http://webdesigningcompany.net |
|
| Back to top |
|
 |
payal
Joined: 30 May 2008 Posts: 2
|
Posted: Fri May 30, 2008 8:39 am Post subject: Re: recordset ? |
|
|
| To be able to read database data, the data must first be loaded into a recordset. i cannot understand using coding this can understand by expert only. |
|
| Back to top |
|
 |
|