Re: Forms 4.5 Right Mouse Button Detection

From: Beverley Williams <B.Williams_at_chime.ucl.ac.uk>
Date: 1995/11/02
Message-ID: <1995Nov2.142429.25657_at_ucl.ac.uk>#1/1


In article <308FC6A0.5EB_at_stibo.dk>, cje_at_stibo.dk says...
>
>Short question:
>Is there a way in Forms 4.5 to detect which mouse-button has been
>pressed ? If yes, how ?
>
>Any info greatly appreciated!
>
>----------------------------------------------------------------
>Claus Jensen
>Stibo Datagrafik
>Sletvej 34 E-mail: cje_at_stibo.dk
>8310 Tranbjerg J. Phone: (+45) 86 29 55 11
>DK - Denmark Fax: (+45) 86 29 51 03
>----------------------------------------------------------------
> "If the human brain was simple enough for us to understand,
> we would be so simple we couldn't..."
>----------------------------------------------------------------
In the On-Line Help go to the part :-

Performing Actions Based on the Mouse Button Pressed

Apparently it should work : Here is a clip from the doc. /*

  • Trigger: When-Mouse-Click */ DECLARE the_button_pressed VARCHAR(1); BEGIN the_button_pressed := :System.Mouse_Button_Pressed; IF the_button_pressed = '2' THEN Show_Window('options_window'); END IF; END;

See also
When-Mouse-Click Trigger
SYSTEM.MOUSE_BUTTON_PRESSED System Variable Received on Thu Nov 02 1995 - 00:00:00 CET

Original text of this message