Re: Problem with close_form.

From: Marcus Biervliet <Marcus.Biervliet_at_quicknet.nl>
Date: Thu, 28 Dec 2000 13:34:38 +0100
Message-ID: <0mG26.59$hy1.16294_at_news.soneraplaza.nl>


I once had a similar situation
The solution is simple..
Just remember the name of the forms you open.You can do this in a pl/sql table, a non-base table block (non-visible) or in a global as a token string.
In your main form you close all your "child" forms in the when-window-closed trigger (or pre-form).
Good luck

"C Marcoux" <cmarcoux_at_webnet.qc.ca> wrote in message news:6F316.688$Wd4.58069013_at_news1.mtl.metronet.ca...
> Hi!
>
> I work with Oracle7 and Form45
>
> Have an Index that contain 12 buttons
>
> When_button_press it open different Forms
>
> On each form I put an "exit" button
> do_key('exit_form');
>
> And it came back to Index.
>
> My problem is when I whant to close the Index
> It reclose all the form I've opened during the day.
>
> Can anybody tell me how comes It does'nt just close.
>
> Thanks
>
> please reply
> cmarcoux_at_webnet.qc.ca
>
>
>
Received on Thu Dec 28 2000 - 13:34:38 CET

Original text of this message