Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to set an Initial Value programatically

Re: How to set an Initial Value programatically

From: Martin Doherty <martin.doherty_at_oracle.com>
Date: Mon, 16 Sep 2002 19:16:09 -0700
Message-ID: <3D869069.B108D26@oracle.com>


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


Received on Mon Sep 16 2002 - 21:16:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US