Re: Forms 4.5 How to populate this block ?

From: Slava Natapov <Slava_Natapov_at_mail.stil.scitex.com>
Date: 1996/11/13
Message-ID: <328AC29E.276B_at_mail.stil.scitex.com>#1/1


Michel Lalonde wrote:
>
> I have three blocks: PARENT, CHILD-1 and CHILD-2.
>
> PARENT is on CANVA-1, CHILD-1 AND CHILD-2 on CANVA-2
> with the differed option (it is a lot of work to populate).
>
> When I want to see the CHILD-x I just navigate to block CHILD-1
> and it will be populated but then I want to see also CHILD-2
> witch is on the same canva.
>
> How can I populate CHILD-2 when navigating to CHILD-1.
>
> Michel Lalonde.

In When_New_Block_Instance trigger you can use navigation. So
When instance CHILD1 -

  go_block('CHILD2');
  execute_query;
  go_block('CHILD1');
  execute_query; Received on Wed Nov 13 1996 - 00:00:00 CET

Original text of this message