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

From: arvind <arvind_at_mciworld.com>
Date: Sun, 31 Oct 1999 13:51:26 GMT
Message-ID: <yPXS3.3900$dz1.229906_at_pm02news>


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.
>
Received on Sun Oct 31 1999 - 14:51:26 CET

Original text of this message