[Gambas-user] Form with parameters
Biro Zoltan
office.zolano at ...626...
Mon Oct 18 16:21:51 CEST 2010
HI,
Can I make forms with parameters passed from the main form?
Normally I use the form like this:
PUBLIC SUB button1_Click()
Childform.showmodal
END
BUT I need to pass some parameters to the child form. How can I do this?
PUBLIC SUB button1_Click()
Childform(x,y,..etc parameters).showmodal
END
..or simply I have to use public variables?
Thank you,
Zoli B.
More information about the User
mailing list