Re: [Gambas-user] showmodal vs show

2016-06-02 Thread PICCORO McKAY Lenz
thanks benoit and willy wikipedia info in spanish dont have that.. and thanks for the small project willy now i understand PD: i asked for parse error to the form or module that invokes.. in another mail.. please help me with! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-

Re: [Gambas-user] showmodal vs show

2016-06-02 Thread willy
On 2016-06-02 21:03, PICCORO McKAY Lenz wrote: i can understand at all! what the difference? i want to pass the control to other form, i have mainform and loginform and i want pass control from loginfrom to mainform but discarting all the memory of the loginform I attached a small project t

Re: [Gambas-user] showmodal vs show

2016-06-02 Thread Benoît Minisini
Le 02/06/2016 21:03, PICCORO McKAY Lenz a écrit : > i can understand at all! > > what the difference? > Wikipedia is your friend. https://en.wikipedia.org/wiki/Modal_window -- Benoît Minisini -- What NetFlow Analyzer c

[Gambas-user] showmodal vs show

2016-06-02 Thread PICCORO McKAY Lenz
i can understand at all! what the difference? i want to pass the control to other form, i have mainform and loginform and i want pass control from loginfrom to mainform but discarting all the memory of the loginform Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com --

[Gambas-user] how to raise error to main sub or starter point

2016-06-02 Thread PICCORO McKAY Lenz
i have a form and two functions Form_Open() that have a sql query and a catch as: Catch Debug ("ERROR-> [ " & Error.Where & " " & Error.Code & " " & Error.Text & " ] ") Message.Error("ERROR send a mail: -> [ " & DConv(Error.Text) & " " & DConv(Error.Where) & "]") QUIT and the oth