| You are here: DEVPPL ‹ Forum ‹ Programming ‹ ASP & ASP.NET Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
recordset ?
4 posts
• Page 1 of 1
0
recordset ?
can anyone explain to me what the code is trying to do?
- Code: Select all
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
- Aicirt
- Reputation: 0
- Posts: 3
- Joined: Mon Jun 26, 2006 4:03 am
- Highscores: 0
- Arcade winning challenges: 0
0
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.
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.
- Vargf
- Reputation: 0
- Posts: 2
- Joined: Wed Sep 27, 2006 6:33 pm
- Highscores: 0
- Arcade winning challenges: 0
0
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
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
- Bimal
- Reputation: 0
- Posts: 7
- Joined: Wed Jan 16, 2008 6:46 am
- Highscores: 0
- Arcade winning challenges: 0
|
|