Friends,
We have included ue_filter (pfc) option in a menu in all the windows.
I got an issue in one window, that the ue_filter option is not working.
when i click the filter icon in the toolbar its not working...
i just compared with the working window...i didnt find any difference between them.
what might be the reason of this ue_filter, for not working particularly in one window.
by the way.... below is the filter button's click event...
{code}
window l_sheet
l_sheet = w_mdi_window.GetActiveSheet( )
IF IsValid(l_sheet) THEN
PostEvent(l_sheet,"ue_filter")
END IF
{code}
thanks