Re: How to exit a sub-form in Forms 4.5?

From: Michael Hsueh <MHsueh_at_Ottawa.com>
Date: 1 May 1999 02:06:50 GMT
Message-ID: <372A6147.85F9D804_at_Ottawa.com>


In your procedure:

Call_form('SUB_FORM');
default_value('', 'global.exit_to_system'); if :global.exit_to_system = 'YES'
then

   exit_form;
end if;

Note that the global should be set to 'YES' in your sub-form if you wish to exit to the system.

Mike

oldorder_at_yahoo.com wrote:

> I have a menu form which calls another .FMX to do data entry.
> My project specs requires an quit to system button, to allow u to exit to
> windows95/NT wherever which form u are in.
>
> Anyone noes how it is done? I tried putting 2 exit_form statements, but
> doesn't work :-P
>
> TIA
> Kok Ming
> Fac IT, QUT Brisbane
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Sat May 01 1999 - 04:06:50 CEST

Original text of this message