[Gambas-user] GridView

Eric Damron edamron at ...776...
Tue Jan 11 06:07:09 CET 2005


Can someone give me a code snippit in the way of an example of using a 
gridview?

If I have a Result object called vResult and a gridview called myRecords 
how do I move data into a gridview from the Result?  The code below 
doesn't work.


  FOR EACH vResults

    myRecords[intC, 1] = vResults["description"]

  NEXT 

Thanks




More information about the User mailing list