Page 1 of 1

xBrowse(editable) + obj with WS_TABFOCUS

PostPosted: Tue Jan 13, 2009 10:56 am
by sambomb
In a editable xBrowse if no other elements have the WS_TABFOCUS attribute, if I press ENTER the cell change to edit mode, but if any other OBJ have the WS_TABFOCUS when I press enter ENTER the focus change to this OBJ.

PS.: Version 8.02 with 8.04 xBrowse.

Re: xBrowse(editable) + obj with WS_TABFOCUS

PostPosted: Mon Jan 26, 2009 12:09 am
by Antonio Linares
Samir,

You can do:

oBrowse:nGetDlgCode = DLGC_WANTALLKEYS

Re: xBrowse(editable) + obj with WS_TABFOCUS

PostPosted: Mon Jan 26, 2009 11:13 am
by sambomb
Thanks Antonio :wink: