Hi,
I was using gx_selectKey() to get the index of a row of a table. In FireFox gx_selectKey() was not working but when I tried with IE the same code worked.
Need your help to get the index as I am using FireFox.
Thanks.
Hi,
I was using gx_selectKey() to get the index of a row of a table. In FireFox gx_selectKey() was not working but when I tried with IE the same code worked.
Need your help to get the index as I am using FireFox.
Thanks.
Dear Kumar,
could you please mention which ApplinX version you are working with?
In general:
gx_selectKey for FF must receive “this” as parameter.
For example in BrowseCustomers1.jsp of CompositeDemo: gx_selectKey(obj);