[Gambas-user] Values between forms..

Doriano Blengino doriano.blengino at ...1909...
Fri Nov 7 22:54:30 CET 2008


Oscar Cascante Fonseca ha scritto:
> Hi, i am new in gambas..
>
> I don't find in the archives any post about how to pass values between
> forms.
>   
You have to set project option: "Controls of the forms are public".

Then, you can access controls of a form from another form, i.e., in 
Form2.Button1_click(), issue a "Form1.TextBox1.text = something".

Hope this helps,

Arigato,
Doriano






More information about the User mailing list