cancel
Showing results for 
Search instead for 
Did you mean: 

Focus for Grid

Former Member
0 Kudos

Hi,

I want to focus the grid from some other control by pressing tab, i.e while pressing tab grid should get focus. How to do this. I've tried it by setting taborder but it doesnt work out.

Accepted Solutions (1)

Accepted Solutions (1)

former_member209699
Contributor
0 Kudos

Hi,

On key down action of that control you simply need to click the cell of required grid.

if (pVal.CharPressed = 9 and bubbleevent = false)

oGrid.Columns.Item("id").Cells.Item("index").Specific").Click(SAPbouiCOM.BoCellClickType.ct_Regular)

regards:

SANDY

Answers (0)