HI
When an user edits a text box on the page which has a default value displayed as 0, and enters no value, get a type mismatch error. Even though I try to set the value back to 0 no luck
Code
nTotalTime = (nActualHours * 60) + nActualMins
nActualMins = nTotalTime mod 60
Ani deas?
Nimisha
When an user edits a text box on the page which has a default value displayed as 0, and enters no value, get a type mismatch error. Even though I try to set the value back to 0 no luck
Code
nTotalTime = (nActualHours * 60) + nActualMins
nActualMins = nTotalTime mod 60
Ani deas?
Nimisha