Re: [Gambas-user] Display only some fields in data View

2012-09-05 Thread rocko
On Tue, 2012-09-04 at 11:46 -0700, rocko wrote: > I have a table with several fields but I only want certain fields > to be displayed in a dataviewer. > Not sure on how to do this. > So far i only have this, which isn't much. > > Dim sView As Result > Dim ID As Integer > > sView = DB.Find("in

[Gambas-user] Display only some fields in data View

2012-09-04 Thread rocko
I have a table with several fields but I only want certain fields to be displayed in a dataviewer. Not sure on how to do this. So far i only have this, which isn't much. Dim sView As Result Dim ID As Integer sView = DB.Find("inventory ", id &1, ID) For Each sView If sView!daysLeft < 22