Re: [Gambas-user] Grid view data event

2012-12-05 Thread Fabien Bodard
You have two choices you can manage the columns you show in the data event or in theDB query. Maybe you can use databound control such as dataview all this stuff isalready done Le 5 déc. 2012 06:23, "Shane" a écrit : > Hi i'm trying to use the Gridview data Event using this code > >Res

[Gambas-user] Grid view data event

2012-12-04 Thread Shane
Hi i'm trying to use the Gridview data Event using this code Res.moveTo(Row) GridView1.Data.text = Str(res[Column]) and all works fine now is there a way to get only some of the fields from the data base eg if i had code, price, cost, picture, fields and i didnt want to show the cost fiel