I'm a bit confuse about fetchmode and joinmode, what is exactly the 
two method means ?

'cause sometimes a report can use fetch mode, but with value of 
joinmode

for example :
QueryBuildDataSource1  = Query.adddatasource(tablenum(SalesTable));
QueryBuildDataSource2 = QueryBuildDataSource1.adddatasource(tablenum
(LedgerJournalTrans));

QueryBuildDataSource2.addlink(fieldnum(SalesTable, SalesId), fieldnum
(LedgerJournalTrans, SalesId));
QueryBuildDataSource2.JoinMode(JoinMode::Existjoin)
.
.
.

and then I see in some example using FetchMode, like this :
QueryBuildDataSource2.FetchMode(JoinMode::ExistJoin);
.
.

NB: the two example actually not related, but the point is, Is it 
right to join table with FetchMode like example no.2 ? 

I appreciate any kind of information :)) 
Thanks,












------------------------ Yahoo! Groups Sponsor --------------------~--> 
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to