Re: popup-menu using show_lov

From: Noel <tomekb_at_softman.pl>
Date: Thu, 27 May 2004 13:30:42 +0200
Message-ID: <c94jfu$74m$1_at_inews.gazeta.pl>


> I search this newsgroup for following problem:
> I want a popup-menu (MyPopup) to appear when I leftclick a button (like it
> does when rightclick).
> I found one answer to this; to use SHOW_LOV, there wasn't any details
about
> it.
> I put this in the when-button-pressed trigger:
> declare
> dummy boolean;
> begin
> dummy := show_lov('MyPopup');
> end;
> ..but nothing happens.
> Does anyone know how to do this?
> Thanks in advance!
> Tove

Show_LOV is used to assign value to the item from list. Popup-menu is additional menu defined to right-click action. You can't show that menu after left-click.

--
TomekB
Received on Thu May 27 2004 - 13:30:42 CEST

Original text of this message