Skip to Content
0
Former Member
Sep 10, 2007 at 09:55 AM

Sorting grid by doubleClick on Header

151 Views

Hi all,

I´m trying sort a grid when user make doubleCLick on header column (like standar grid and/or matrix)

I´m trying the next code, but it doesn´t work

 Select Case pVal.EventType
   Case SAPbouiCOM.BoEventTypes.et_DOUBLE_CLICK 
      Select Case pVal.ItemUID
         Case "grid"
            oForm.Items.Item("grid").Click(SAPbouiCOM.BoCellClickType.ct_Double)
         End Select
...

Have anyone some idea how could i sorting a grid?

thanks in advanced

Note: I read the other post talking about this.. but didn´t solved the problem