[Gambas-user] How to transport array values from Form1 to Form2 ?

fabien gambasfr at ...11...
Mon Jun 27 13:01:45 CEST 2005


Le Lundi 27 Juin 2005 12:07, Stefano Palmeri a écrit :
can you send me your project ? or an exemple so i can correct it !

> Alle 22:17, domenica 26 giugno 2005, fabien ha scritto:
> > this is the answer :
> >
> > in the project option dialog ... check the 'Form controls are public'
> > check box.
> >
> > Next from the form do:
> >
> > WITH Form1
> >    FOR n = 0 TO 13
> >         FOR m = 0 TO 3
> >               PRINT .MyCheckBox[n,m].value
> >         NEXT
> >     NEXT
> > END WITH
>
> I've tried it, but it always says :
>
> Unknown symbol MyCheckBox in class Form1
>
> Any idea?
>
> Stefano
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=Click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list