[Gambas-user] display database in gridview

Arkadiusz Zychewicz oczykota at ...988...
Thu Jun 16 20:35:50 CEST 2005


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?




More information about the User mailing list