Hi
I am trying to fire a event on a janus grid and code used is a shown below.
SwfWindow("Application8 - [MH Core]").SwfObject("grid").FireEvent "ColumnButtonClick" , SwfWindow("Application8 - [MH Core]").SwfObject("grid").Object.CurrentColumn
But the above code is not working and qtp is not showing any errors
when i tried to record the event using .net windows form spy i get
grid is of type Janus.Windows.GridEX.GridEX
event is Eventname :ColumnButtonClick Under Event args Column : Janus.Windows.GridEX.GridEXColumn
Please help me out.
Thanks in advance Pramod