Re: Multiple Forms Application
Date: Sun, 13 Oct 2002 12:38:48 GMT
Message-ID: <sPdq9.21630$vX.3141_at_news04.bloor.is.net.cable.rogers.com>
[Quoted] Thanks Boris.
I still have some questions abot the initial form.
Meanwhile I read an article about this subject, and they recommend that the
[Quoted] main form has 1 window, 1 canvas and the menu application linked to it, but
no blocks or items on it.
[Quoted] And from this menu making calls to the other forms (with open_form(...) /
call_form(...) / new_form(...))
My problem is that when making this form like that and running it it will not persist more then a second. What's the problem?
Furthermore as far as I remember a form will run inside the window of the Forms Runtime, unless using the USESDI=yes parameter. Which window will be the main window of the application?
Thanks for the 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 Sun Oct 13 2002 - 14:38:48 CEST