Re: [Gambas-user] Keeping track of opened form instances

2013-07-04 Thread Benoît Minisini
Le 04/07/2013 10:14, Tobias Boege a écrit : > On Thu, 04 Jul 2013, Bruce wrote: >> Hi folks, >> >> I have a form ("FSummary") that basically opens a variable number of >> other forms. This action is controlled by the user. >> >> Each other form is an instance of a single form/class, say "FDetail".

Re: [Gambas-user] Keeping track of opened form instances

2013-07-04 Thread Tobias Boege
On Thu, 04 Jul 2013, Bruce wrote: > Hi folks, > > I have a form ("FSummary") that basically opens a variable number of > other forms. This action is controlled by the user. > > Each other form is an instance of a single form/class, say "FDetail". > Each and any of these could be closed by the use

[Gambas-user] Keeping track of opened form instances

2013-07-03 Thread Bruce
Hi folks, I have a form ("FSummary") that basically opens a variable number of other forms. This action is controlled by the user. Each other form is an instance of a single form/class, say "FDetail". Each and any of these could be closed by the user at any time. Also, when the FSummary form is