doesn't seem to work, but JoinChild() (from the parent datasource)
does, and solves my problem.
--- In [EMAIL PROTECTED], "henriktonnesen"
<[EMAIL PROTECTED]> wrote:
> Assuming that CustTable and CustTrans are joined, you can use
> CustTable.joinchild() or custTrans.joinparent().
>
> --- In [EMAIL PROTECTED], "redaj27" <[EMAIL PROTECTED]>
> wrote:
> > I have a form with a grid showing data from two datasources. I
> have
> > an edit method that depends on data from both datasources. The
> edit
> > method declaration references one of the datasources (which gives
> me
> > access to that datasource's data), but is there a way to access
the
> > data in the other datasource?
> >
> > If I simply reference the second datasource by its name (i.e. the
> > table) then the grid only shows the correct value for the current
> > record.
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

