Re: Help me Oracle Form 5.0

From: Igor Avramovic <infolink_at_sb.tel.hr>
Date: Tue, 07 Sep 1999 20:48:49 +0200
Message-ID: <37D55E11.8F319516_at_sb.tel.hr>


Hello,
If I understand you, this is result.
In some trigger like WHEN-NEW-FORM-INSTANCE put this

declare param varchar2(200);
begin

     param:=' name_item=1 ';
     set_block_property('name block',DEFAULT_WHERE,param);
     go_block('name block');

end;

Best regards,
Igor

Cesare wrote:

> How I can use "DEFAULT_WERE" in the SET_BLOCK_PROPERTY when the form is
> runtime ?
>
> thank's
Received on Tue Sep 07 1999 - 20:48:49 CEST

Original text of this message