Re: Please I need urgent info!

From: (wrong string) åkan Lindahl <hakan.lindahl_at_kentor.se>
Date: 1998/02/27
Message-ID: <6d5r1q$cn1_at_news.telia.se>#1/1


Hi,

  1. Here's a suggestion: When closing a form, set a global value, for example :Global.Quit := 'Y'. Put a form-level trigger WHEN-WINDOW-ACTIVATED in each form. In that trigger, check if Global.Quit is set to Y. If so, exit that form.
  2. I think you can't call a form-level trigger from an item-level trigger (if they're of the same type). What you can do is to put all your code in program units and call them from the triggers instead.

I hope this helps.

Håkan Lindahl
mailto:hakan.lindahl_at_llab.se

Rizwan Qazi wrote in message <34F5AE6A.3E486A4D_at_usa.net>...
>Hello everybody,
>
>1) In multiple form applications is there any way by which we can close
>all forms AT THE SAME TIME i.e. there should not be any lag between
>the closure of the forms (all should close simultaneously).
>2) What is the procedure if we want to implement form level trigger for
>an object for which we have already defined a item level trigger?
>
>Please, please reply urgently,
>Rizwan Qazi
>
>
>
Received on Fri Feb 27 1998 - 00:00:00 CET

Original text of this message