[Gambas-user] pass parameters to another form invoke where?

PICCORO McKAY Lenz mckaygerhard at ...626...
Fri Aug 9 15:43:34 CEST 2013


i need to invoke another from from main form, but need to pass one
parameter, how can i do that?

i have tho following code in main form, where i cant pass parameters to the
"FAuth" form that invoke?:

' create a instance of the another form, that have tow input text, id and
password
    fauth = New FAuth
' verify that user already wirte some input
    If fauth.ShowModal() Or Not inputcodigo Or Not inputid Then
        Return
    Else
' if user already wirte some input, then let doit
       ....
    Endif


Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com



More information about the User mailing list