Re: Multiple Forms Application

From: Zajc <zajc2_REMOVE__at_gmx.li>
Date: Sun, 13 Oct 2002 10:48:12 +0200
Message-ID: <Xsaq9.160$5O5.11809_at_news.siol.net>


Hi!

[Quoted] Maybe just a hint:

First form is simple form:
[Quoted] - 1 menu (with WINDOW magic item), 1 block, 1 field (hidden)

Then from menu you open other forms with OPEN FORM (form_name, ACTIVATE, SESSION);

--> the last parameter SESSION is strongly recommended if you want independent forms (then you can have multiple forms opened not to interact with eachother; triggers are fired only in FORM A and NOT in form B); default is NO_SESSION but then opened forms interact with each other... triggers are fired from FORM A and FORM B...

CALL FORM is other story...

Boris

"iulian" <iulian_ilies_at_hotmail.com> wrote in message news:riUp9.16566$vX.4290_at_news04.bloor.is.net.cable.rogers.com...
> Hi guys. Can you give me some clues about how to develop multiple forms
> application. I mean, having a main window (more like the runtime main
> window) and a menu from which option I can launch different forms.
> Just a few guidlines. Thanks in advance.
>
> iulian
>
>
Received on Sun Oct 13 2002 - 10:48:12 CEST

Original text of this message