To All
I am trying to trap the down arrow key in xbrowse .. I noticed in vkeys.ch there is not a value for the down arrow key.
When I use this function oLbxB:bKeyDown := { |nKey| _Manual( nKey,oRsDetail,oLbxB )} .. the function Manual does not return a value for nKey when the down arrow key is pressed.
I realize the arrow keys may be reserved, but is there a work around for trapping the down arrow key ?
Thanks
Rick Lipkin