Dear all, My form panel has the following script format for all my columns:
I am using api_application.getfocusedcomponent in the FOCUSGAIN event. And I get the name of the component as OTV_SO_M.CP_SHNM. I get similar results for all my columns in the panel. However, when I am in the grid I do not get this result for all my columns. I am using api_application.getfocusedcomponent('Y'). It gives me DATASOURCE.COLUMNNAME value for only for the first item I am focused for each row. However, if I change my focus to another column in the same row the FOCUSGAIN event is not triggered. My script is as follows:
Kindly help me find the name of the focusedcomponent for each column in the grid. George. |
Hi George, To accomplish your request, you should define a focusGain event for each component existing in your grid:
Regards, Ibrahim Hi Ibrahim, Thank you. I will try this. George.
(28 Nov '13, 17:10)
grajan777
|