RE: [Axapta-Knowledge-Village] Customer Balance

2008-03-06 Thread Alaa Assem
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Varden Morris Sent: Monday, 03 March, 2008 6:01 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Customer Balance You are most welcome. Here you go: //Override the fetch

Re: [Axapta-Knowledge-Village] Customer Balance

2008-03-06 Thread Varden Morris
, March 6, 2008 12:42:14 AM Subject: RE: [Axapta-Knowledge-Village] Customer Balance Varden, thank you so much J But when I compiled the code it gave me an error which is on the report design. */ TmpCustLedger. AccountNum = tTmpCustLedger. AccountNum; TmpCustLedger. Name = tTmpCustLedger. Name

RE: [Axapta-Knowledge-Village] Customer Balance

2008-03-03 Thread Alaa Assem
To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Customer Balance Override the fetch method and try the following by using a temp table. This is just a basic idea that works, so you can make your personal enhancement for performance and otherwise. static

Re: [Axapta-Knowledge-Village] Customer Balance

2008-03-03 Thread Varden Morris
] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Monday, March 3, 2008 3:55:43 AM Subject: RE: [Axapta-Knowledge-Village] Customer Balance First of all thaank you Varden so much, But how do I use the temp table Could you plz explain more how to do what I want? plz Thnx in advance Alaa Assem

[Axapta-Knowledge-Village] Customer Balance

2008-03-02 Thread Alaa Assem
__,_._,_Hello, I am trying to create a new report to display only the customer with their balance, so I got it working but I want to filter by the highest cutomer's balance I cant put the balance in the range to filter on!! Any suggestions?? plz help!__ Thanks in advance to you all. Alaa