<[EMAIL PROTECTED]> wrote:
> Anyone knows how to change the DataSource.joinSource property while
> My DataSource is OuterJoin by default and I've tried to do this :
> VendTable_ds.joinSource(JoinMode::InnerSource);
Hello Steve,
try this:
VendTable_ds.joinSource(JoinMode::InnerJoin);
VendTable_ds.research();
bxe,
SebDra
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.

