Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to set an Initial Value programatically
Just use trigger/PL/SQL to assign a data value to the :block.item that
corresponds to your poplist e.g. WHEN-NEW-FORMS-INSTANCE trigger
begin
:blockA.poplist := 'LANDSCAPE';
end;
Martin Doherty
P.S. it's a good idea to always quote platform, version information etc. because it does often have a bearing on what the answer should be
"Pieter J.D. Huiberts" wrote:
> Hello,
> How can I set an Initial Value of a list item (poplist) programatically
> at runtime in Developer/2000?
>
> Thanks for you help,
> Pieter
![]() |
![]() |