Re: [Axapta-Knowledge-Village] Customer Balance

2008-03-02 Thread Varden Morris
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 void Job1(Args _args) { CustTrans tCustTrans; CustTable tCustTable; TmpCustLedger

Re: [Axapta-Knowledge-Village] Re: Reading COM Port from Dynamics AX 3.0

2008-03-02 Thread Varden Morris
You could use the MSCOMM OCX file to do this. You can Google an example in a programming language that you are familiar with. For example, VB6 is shipped with a VB terminal event driven program that uses this control to read data from the communication port. You can covert the code to X++ and if

[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 Assem