Home » Developer & Programmer » Forms » how to invoke a LOV with a push button
how to invoke a LOV with a push button [message #243837] Sat, 09 June 2007 14:48 Go to next message
DJBeaver
Messages: 4
Registered: June 2007
Junior Member
Hy evrybody!
I want to invoke a LOV with a push-button.
Could you tell me what is the code to write in the when-button-pressed trigger in order to do that?
Re: how to invoke a LOV with a push button [message #243852 is a reply to message #243837] Sun, 10 June 2007 01:03 Go to previous message
awan
Messages: 9
Registered: September 2005
Location: Riyadh
Junior Member
hi,
its very simple to show lov through push button item..

you v to use show_lov built-in which returns boolean value , the code can be :


declare
  my_lov boolean;
begin
  my_lov := show_lov('lov_name');
end;

Previous Topic: Strange Problem :-(
Next Topic: Calculated items are not Getting Saved.
Goto Forum:
  


Current Time: Mon Mar 10 09:13:47 CDT 2025