Hi all, I have problem getting the column name from grid. what i want to achieve is if user click one of value on the grid it will display the details. In order to filter which details display to the users, i need the column name that user click. I already set the grid and column name and i tried using this api_component.getclickgridcolumnname, but it return nothing. all i need is how to tell which column was user click, so i can display the correct details ( each column on the grid will display different details ). and here are my script ( the v_id always returns null value) : PROCEDURE SHOW_LIST_DETAIL IS
END; |
Hi, Are you clicking a grid column header or a component existing in the grid column? The
if the last clicked grid column header is the "First Name" column, the Regards, |