[Gambas-user] display database in gridview

fabien gambasfr at ...11...
Thu Jun 16 21:25:35 CEST 2005


just look at  : http://www.gambasforge.net/code.php?id=31

i hope it help you :)


Fabien Bodard

> How display some database in gridview?
>
> i try some like that:
>
> i = 0
>    j = 0
>    FOR i TO 6 STEP 1
>      FOR j TO 2 STEP 1
>      gv1[j,i].Text = rData.Fields[i,j]
>      END
>    END
>
> but obviously it don't work.
> How do it?
>
>
> -------------------------------------------------------
> 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_id=7477&alloc_id=16492&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