‎2014 Oct 14 3:52 PM
Hello Experts,
I have attached a F4 help which comes from DDIC structure mapped to Grid Feild Catalouge and also set the property F4 available in Field catalouge setting.
Now i get a F4 help, but when i choose the values, the value gets updated into the very first row cell. Because the Focus is shifted to the first row.
Any idea how keep the focus of the current row intact on pressing F4.
Step 1
Step 2
If chose Document 10000065907 from the F4 help list, its gets updated in the first row, instead it should get updated in the row 7, where i used the F4.
Regards,
Naresh
‎2014 Oct 15 5:28 AM
Hi Naresh,
Please use any of the get methods to get the current cell
GET_SELECTED_CELLS
GET_SELECTED_CELLS_ID
GET_SELECTED_COLUMNS
and set the current cell using the any of the following method.
SET_SELECTED_CELLS
SET_SELECTED_CELLS_ID
SET_SELECTED_COLUMNS.
Regards,
FB
‎2014 Oct 15 5:28 AM
Hi Naresh,
Please use any of the get methods to get the current cell
GET_SELECTED_CELLS
GET_SELECTED_CELLS_ID
GET_SELECTED_COLUMNS
and set the current cell using the any of the following method.
SET_SELECTED_CELLS
SET_SELECTED_CELLS_ID
SET_SELECTED_COLUMNS.
Regards,
FB