popup-menu using show_lov

From: Tove B. <tove.bjornbakk_at_hmssystemer.no>
Date: Thu, 27 May 2004 12:02:39 +0200
Message-ID: <Majtc.4250$eH3.75397_at_news4.e.nsc.no>



Hi there,

[Quoted] 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.

[Quoted] 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 Received on Thu May 27 2004 - 12:02:39 CEST

Original text of this message