Re: Help: which trigger fires when navigating back to calling form?

From: spademan o---[)* <steve.eckersley_at_its.lancscc.gov.uk>
Date: Thu, 19 Sep 2002 14:44:59 +0100
Message-ID: <3d89d4b1$1_at_news.yourcomms.net>


Nick wrote in message ...
>Hi
>
>Help of When-New-Form-Instance Trigger reads
>
>This trigger does not fire when control returns to a calling form from a
>called form.
>In a multiple-form application, this trigger does not fire when focus
>changes from one form to another.
>
>
>So my question is
>
>When control returns to a calling form from a called form
>
>And when focus changes from one form to another
>
>which trigger can be used?

When-window-activated will work okay, so will when-window-deactivated which seems like a totally redundant trigger to me as it only fires when you come back to the form. Another method is to create your own user trigger or procedure and put a call to it after the call form line, this will be the first thing which executes after the focus returns from the called form and is quicker to execute than the w-w-a trigger.

Steve E. Received on Thu Sep 19 2002 - 15:44:59 CEST

Original text of this message