xBrowse(editable) + obj with WS_TABFOCUS

Post Reply
User avatar
sambomb
Posts: 388
Joined: Mon Oct 13, 2008 11:26 am
Location: Itaocara - RJ - Brasil

xBrowse(editable) + obj with WS_TABFOCUS

Post 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.
Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: xBrowse(editable) + obj with WS_TABFOCUS

Post by Antonio Linares »

Samir,

You can do:

oBrowse:nGetDlgCode = DLGC_WANTALLKEYS
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
sambomb
Posts: 388
Joined: Mon Oct 13, 2008 11:26 am
Location: Itaocara - RJ - Brasil

Re: xBrowse(editable) + obj with WS_TABFOCUS

Post by sambomb »

Thanks Antonio :wink:
Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
Post Reply