AW: [Axapta-Knowledge-Village] Report Is Empty

2005-04-20 Thread Jim Dickie
@yahoogroups.com Betreff: [Axapta-Knowledge-Village] Report Is Empty   Dear All, Does anyone knows why I can generate a report using 2-tier and not when i connect to the server using 3-tier? I am actually printing the Customer Balance List with Credit Limit Report (Accounts Receivables\Reports\Status

[Axapta-Knowledge-Village] Report Is Empty

2005-04-20 Thread jesse
Dear All, Does anyone knows why I can generate a report using 2-tier and not when i connect to the server using 3-tier? I am actually printing the Customer Balance List with Credit Limit Report (Accounts Receivables\Reports\Status). There is no customiastion on this report and it is a standa

Re: [Axapta-Knowledge-Village] Report is empty

2005-04-15 Thread Varden Morris
You are most welcome.setiaji kurniawan <[EMAIL PROTECTED]> wrote: Right !. i missed element.execute and use programmable section !thank you Varden-setiaji->You are not sending any data to the report. You mustuse >the send method when you override the fetchmethod to >send data to be printed t

Re: [Axapta-Knowledge-Village] Report is empty

2005-04-14 Thread setiaji kurniawan
Right !. i missed element.execute and use programmable section ! thank you Varden -setiaji- >You are not sending any data to the report. You must use >the send method when you override the fetch method to >send data to be printed to the report or you may use a >programmable section to prin

Re: [Axapta-Knowledge-Village] Report is empty

2005-04-14 Thread Varden Morris
Hi Setiaji   You are not sending any data to the report. You must use the send method when you override the fetch method to send data to be printed to the report or you may use a programmable section to print the data by calling element.execute().   is the value of the ControlNumber property o

[Axapta-Knowledge-Village] Report is empty

2005-04-14 Thread setiaji kurniawan
Hi guys, i need some help. Below is my fetch method that always return "Report is empty". In InventTrans, currently i have record in that range. ..strange...is there any solution ? public boolean fetch() { InventTrans _inventTrans; boolean ret; Query QueryInventTr