Hi Gael,
I have attached one screen print for your reference. Our objective is to show the help screen for each field displayed on the screen. Now to achive this we have enabled F12 key interuption inside the program. To capture the Cursor location we have also used the CBL_GET_CSR_POS module. But through this module we only know the position of Cursor currently it blinked. But as per our requirement e.g from screenshot I have attached, to activate the help screen for Policy Holder Addrees is difficult as Cursor may scroll upto 10 characters and at position of cursor on the screen User can hit the F12 key where only 1st occurance of Cursor may show us the help screen as we capture the location and hard coded in the program.
So I seek your advice on is there any functionality is avaiable to capture the filed location rather each time we are calculating the cursor position and hard coded in the program.
2nd Requirement is that after display the Help screen Cursor should be located at the same postion where in our case if we use accept the screen again cursor will locate the very first field.