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
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