Problema solucionado
En source\classes\window.prg hay que comentar estas líneas:
- Code: Select all Expand view
METHOD GoNextCtrl( hCtrl ) CLASS TWindow
...
// IF lAnd( GetWindowLong( ::hWnd, GWL_STYLE ), WS_TABSTOP )
SetFocus( hCtlNext )
// ENDIF
...
y en:
- Code: Select all Expand view
METHOD GoPrevCtrl( hCtrl ) CLASS TWindow
...
// IF lAnd( GetWindowLong( ::hWnd, GWL_STYLE ), WS_TABSTOP )
SetFocus( hCtlPrev )
// ENDIF
...