Re: Forms 5.0 list of values
Date: Tue, 18 Jan 2000 09:38:01 +0100
Message-ID: <38842669.954FCC7E_at_desy.de>
[Quoted] Hi Jim,
thank you very much. It works but we have another problem. The item with the LOV is a not null field in our table. When entering the field you have to enter a value before you can go to the button that has the LOV associated with it. If you try to push the button without entering a value it doesn't work.
So what can we do??? What's wrong?
Thanks
Martina
Jim West schrieb:
> Yes it's possible. This is exactly how I do it.
>
> 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.
>
Received on Tue Jan 18 2000 - 09:38:01 CET