hello all,
in a module pool screen i have three fields,(T1,T2 and T3)...
in the PBO , i have written the code to get sum of two fields(T1 + T2 = T3) and displayed it in T3...
i also have a button called CLEAR (which i used to clear fields i.e CLEAR : T1,T2 and T3)...
but after clicking CLEAR button if i again enter values in T1 , T2 and when i press Enter button , all the three fields are becoming empty...
how do i eliminate this....