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("<b>ERROR send a mail: -> </b><br>[ <br>" &
DConv(Error.Text) & " <br> " & DConv(Error.Where) & "<br>]")
    QUIT

and the other fuction "login()" have also sql and a catch

how can i raise the error inside "login" to the main "Form_Open" ?


Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to