Re: Multiple Forms Application

From: iulian <iulian_ilies_at_hotmail.com>
Date: Mon, 14 Oct 2002 16:46:51 GMT
Message-ID: <%xCq9.206359$q41.51131_at_news02.bloor.is.net.cable.rogers.com>


I want something as a MDI application. So I want the very first time I launch the application, a main window shown (as the Forms Runtime window) with a custom meniu so I can choose options and launch other forms.

I did make a form with 1 window, 1 canvas, 1 menu attached to it and nothing else (as the documentation recommends), but this way the form didn't last more than a second.
Then I did add a block and and exit button but I don't want to show any form first time the application run, just the menu and the main MDI window. So this approach doesn't suit my needs.
Then I tried to make all invisible, but this didn't work either. The form didn't last more then a sec.

What else? Can you guys give me some directions.

Thanks for your time.

iulian

"Zajc" <zajc2_REMOVE__at_gmx.li> wrote in message news:Xsaq9.160$5O5.11809_at_news.siol.net...
> Hi!
>
> Maybe just a hint:
>
> First form is simple form:
> - 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 Mon Oct 14 2002 - 18:46:51 CEST

Original text of this message