Hi ALL,
in inkey() :
Key Alone SHIFT CTRL ALT
UP ARROW 5 56 141 152
DOWN ARROW 24 50 145 160
where and how I can trap the CTRL+UPARROW n CTR:+DNARROW
to do the job? (is it using INKEY or what?)
this is what I have in VALID clause in a GRID.info.text
IF InString(cVal,"-=Cc") && can be either on of char
SKIP -1 IN GL
cinfo = GL.info
SKIP 1 IN GL
this.Value = RTRIM(cinfo)
* entering edit mode (like F2 in Excell)
KEYBOARD '{BACKTAB}{END}'
RETURN .t.
ENDIF
However, giving the user CTRL+UPARROW will work better!
CTRL+DNARROW to copy cell below..
please help!
in inkey() :
Key Alone SHIFT CTRL ALT
UP ARROW 5 56 141 152
DOWN ARROW 24 50 145 160
where and how I can trap the CTRL+UPARROW n CTR:+DNARROW
to do the job? (is it using INKEY or what?)
this is what I have in VALID clause in a GRID.info.text
IF InString(cVal,"-=Cc") && can be either on of char
SKIP -1 IN GL
cinfo = GL.info
SKIP 1 IN GL
this.Value = RTRIM(cinfo)
* entering edit mode (like F2 in Excell)
KEYBOARD '{BACKTAB}{END}'
RETURN .t.
ENDIF
However, giving the user CTRL+UPARROW will work better!
CTRL+DNARROW to copy cell below..
please help!