PeriyurParthi
IS-IT--Management
hi
if i use the following code in grids text1.keypress event
its is working perfectly, but the problem is when i use to
press any of the keys, everything is comeing twice, suppose if i press a, its comeing aa or 1 its comeing as 11, may i know what i have made wrong in the below said code.
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 13 && Enter
KEYBOARD "{DNARROW}" PLAIN
NODEFAULT
RETURN
ENDIF
DODEFAULT(nKeyCode, nShiftAltCtrl)
pls help, thanks
parthi
if i use the following code in grids text1.keypress event
its is working perfectly, but the problem is when i use to
press any of the keys, everything is comeing twice, suppose if i press a, its comeing aa or 1 its comeing as 11, may i know what i have made wrong in the below said code.
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 13 && Enter
KEYBOARD "{DNARROW}" PLAIN
NODEFAULT
RETURN
ENDIF
DODEFAULT(nKeyCode, nShiftAltCtrl)
pls help, thanks
parthi