Re: Forms 5.0 list of values

From: Jim West <Jim_at_jameswest.com>
Date: Fri, 14 Jan 2000 21:32:19 GMT
Message-ID: <lu4v7skq1g5getr8hat6hhg46t2mop28qs_at_4ax.com>


On Fri, 14 Jan 2000 11:23:37 +0100, Martina Scholz <martina.scholz_at_desy.de> wrote:

>Hello,
>
>my colleague has a question about the list of values.
>We use Forms 5.0
>
>Is it possible to create a button in the form (next to the field with
>the LOV) where you can open the LOV or is there maybe an existing
>button you can use.
>
  Yes it's possible. This is exactly how I do it.

[Quoted]   In the WHEN_BUTTON_PRESSED trigger I have this code:

begin
  go_item ( 'myblock.listitems' );
  clear_item;
  list_values(restrict);
end;

  Works great! The go_item sets the focus to the block item that has the LOV associated with it.

>Thanks,
>
>Martina
Received on Fri Jan 14 2000 - 22:32:19 CET

Original text of this message