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

Stefano Palmeri stefanopalmeri at ...152...
Mon Jun 27 12:07:11 CEST 2005


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





More information about the User mailing list