by AlexZencovich » Tue Apr 01, 2008 6:16 pm
If you need to fire event after click DetailBtn just call PivotGrid1.OnFocusedCell() with corresponding parametrs.
If you want to emulate click to get all actual parameters - send MouseClick message to PivotGrid with coords from Grid.FocusedCell. You may convert col,row values to mouse coords by Grid.CellRect(col,row) function
Best regards,
Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment