[Axapta-Knowledge-Village] Unused Spaces in Axapta Reports

2009-08-03 Thread Anitha S
Hi.. There are unused spaces after last column in few of the axapta reports.(E.g., GL-Reports-Transactions-Dimension Statement) Any idea how to remove the spaces. Thanks. Regards, Anitha

RE: [Axapta-Knowledge-Village] send mail via axapta

2009-08-03 Thread Malcolm Burtt
Hi If you're going to use the SysMailer class (which, unlike the MAPI and SysInetMail classes, allows you to send an email without needing a mail client installed on the AX client machine) then you really need to call the SysMailer.SMTPRelayServers().add() method using the address of your

[Axapta-Knowledge-Village] Help with adding lookup filters on forms

2009-08-03 Thread Girac
Hello all, Can someone help me with building a lookup filter on a form? I want to add a new filter to some forms. I have copied the code from existing filter to new one. when i compile I get errors variable not declared, table does not contain this field, etc... I have declared my variable

Re: [Axapta-Knowledge-Village] Help with adding lookup filters on forms

2009-08-03 Thread Anitha S
Hi, Try this code: public void lookup() { SysTableLookup sysTableLookup = SysTableLookup::newParameters(TableNum,this); Query query = new Query() ; QueryBuildDataSource qbds; Table1 objTable1; ;

Re: [Axapta-Knowledge-Village] Report Section on Back side of Page

2009-08-03 Thread rayd
not possible On Sun, Jul 26, 2009 at 11:45 AM, naveed ali naveed_jadoo...@yahoo.comwrote: Hi All, Is there any way to print a section of report on back side of page. Thanks . Regards, Jadoon

Re: [Axapta-Knowledge-Village] ERROR at the time of Credit note

2009-08-03 Thread rayd
who is the implementing company On Sat, Aug 1, 2009 at 8:57 AM, NITIN DESALE nitindes...@yahoo.co.inwrote: Hi, For some purchase order we are facing problem at the time of creditnote creation AP--Function --Create Credit Note--select the particulal invoice number. its throwing an error