Subject ib_grid click
Author nxciro
Hello

d7 ibo 4.3aa

How to code a click on the first column title of an ib_grid ?

this is what I try

IB_GRID1.OnTitleClick(self,1,1,MBLEFT,[SSSHIFT]);

an onclick event is triggered but the expected
ordering action of the dataset does not happen
If I click with the mouse on the title of the
first column then ordering works fine.
(Orderinglinks etc are correctly defined in the ib_query
which feeds the grid )

Thanks
Nx