No subject


Thu Oct 26 19:20:09 CEST 2017


To          : gambas-user at lists.sourceforge.net
Cc          :
Date      : Thu, 09 Sep 2004 12:11:58 +0200
Subject : Re: [Gambas-user] Writing data in a gridview control

> Hi Francesco
>
> > FOR i=3D1 TO 6
>
> Try FOR i=3D0 TO 5
>
> Does it help? The gridview begins with 0...
>
> Rolf

If I use the following loop, It only displays the number 1 2 3 4 5 and zero=
 is
missing

FOR i=3D0 TO 5
.column=3Di
.Current.Text =3D i

NEXT

If I use the following loop, It only displays the number 1 2 3 4 6 and 5 is=
 missing

FOR i=3D1 TO 6
.column=3Di
.Current.Text =3D i

NEXT

Francesco


>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick
> _______________________________________________
> 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