Thanks John. I'd had a little play with that but couldn't get it working but your pointer in the right direction has helped (and some searching through old posts for code examples). All sorted :)
--- In vantage@yahoogroups.com, John Driggers <waffqle@...> wrote:
>
> I don't edit trackers too much, but you could just grab a reference to the
> control and yank the value out. Not usually my first approach but it would
> work and it'd be faster than looking up the data again via boreader or
> something like that.
>
>
>
> *John Driggers*
> **
> *Chief Data Wrangler*
> *
> *
> *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> *
> *:: 904.404.9233
> :: waffqle@...
> :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
>
> *
>
> *
>
>
>
> On Tue, Jul 10, 2012 at 6:19 AM, tracy.tmat <tracy.smith@...> wrote:
>
> > **
> >
> >
> > I know how to access / set a fields value using EpiDataView...
> >
> > Dim edv As EpiDataView = CType(o.Trans.EpiDataViews("Part"),EpiDataView)
> > Dim edvPart As String = edv.dataView(edv.Row)("PartNum)"
> >
> > How would I do this on a Dashboard with a Tracker View as the EpiDataView
> > data objects are not available? Thanks.
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>