Unable to use mouse for cursor navigation in text item
303302Dec 10 2003 — edited Dec 10 2003I�m running Forms6i (6.0.8.23.2) client/server and have some problems navigating in a text item using the mouse. I�m able to navigate with the keyboard, but I also like to navigate using the mouse. To avoid highlighting the item when clicking on it, I have defined a WHEN-MOUSE-CLICK trigger with this code:
DECLARE v_handle pls_integer;
BEGIN
win_api_shell.sendkeys(V_HANDLE,'{End}',FALSE);
END;
But navigating in the text item with the mouse, place the cursor at the end of the item.
Hope someone can help.
Regards
Roar