Re: [DEVELEPOR2000-FORMS5.0] - Clearing a different block in WHEN-VALIDATE_ITEM trigger

From: Raghunandan Menon <rmenon_at_iname.com>
Date: Mon, 01 Nov 1999 15:11:35 GMT
Message-ID: <7vkaj5$3vi$1_at_nnrp1.deja.com>


Thanks for the suggestions. But my problem is this. The header block is a manually created block and hence no master-detail relationship is possible with the detail block. No restricted procedures/functions like Go_Block can be used in WHEN-VALIDATE-ITEM trigger. Any other ideas ??

Raghunandan Menon

In article <yPXS3.3900$dz1.229906_at_pm02news>,   "arvind" <arvind_at_mciworld.com> wrote:
> Hi
>
> You cannot use a go block in the when validate item
>
> restricted procedures are not allowed in the when validate item
>
> take a look into the standard triggers/procedures oracle creates when
you
> create a relation to accomplish this
>
> On-clear-details, on-delete master etc.
>
> HTH
> Arvind
> Yosi Greenfield wrote in message <3819DA9E.2CA9B7AD_at_compuserve.com>...
> >If you use Forms' default master detail functionality it does this
stuff
> >automatically.
> >
> >In any case, will this work for you?
> >
> > go_block ('detail_block');
> > clear_block;
> > go_block ('header_block');
> >
> >Yosi
> >
> >
> >
> >Raghunandan Menon wrote:
> >
> >> Hi folks,
> >>
> >> In a form I have two blocks namely, Header & Detail. In the
> >> WHEN-VALIDATE-ITEM trigger of a Text Item in the Header block
> >> how do I clear the Detail block ?
> >>
> >> Raghunandan Menon
> >>
> >> Sent via Deja.com http://www.deja.com/
> >> Before you buy.
> >
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Nov 01 1999 - 16:11:35 CET

Original text of this message