Re: When-window-activated trigger in multiple-window form

From: Richard Spee <rhpspee_at_wxs.nl>
Date: Wed, 18 Sep 2002 21:49:06 +0200
Message-ID: <amalp5$lra$1_at_reader08.wxs.nl>


I believe there is a system variable system.event_window that contains the name of the window activated.
<when window activated>
IF :SYSTEM.EVENT_WINDOW = 'WIN_MAIN'
THEN
...
ELSIF :SYSTEM.EVENT_WINDOW = 'WIN_POPUP' THEN
...
and so on

"Nick" <aroughguy_at_nsp.toughguy.net> wrote in message news:UxZh9.6134$Sr6.216552_at_ozemail.com.au...
> Hi
>
> I have a form with 3 windows & canvases.
> Can I make some codes run when a specific window is activated?
>
> The when-window-activated fires whenever a (any) window activates.
>
> Thanks
> Nick
>
>
Received on Wed Sep 18 2002 - 21:49:06 CEST

Original text of this message