[Gambas-user] GridView

Chris Wilson blixtra at ...626...
Tue Jan 11 16:49:50 CET 2005


You probably want to use TableView for this since it's a data-bound
widget.  There is an example of this being used in the
DataBase->DataReportExamples. Look in the main class.

Chris


On Mon, 10 Jan 2005 21:07:09 -0800, Eric Damron <edamron at ...776...> wrote:
> 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
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> 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