[Axapta-Knowledge-Village] Invoice Printing VAT %

2004-07-29 Thread helpmeobwan
Does anyone know how to get the actual VAT % (e.g. 17.5) to print on an Invoice? As it is not held against the custInvoiceJourn record. J Yahoo! Groups Sponsor ~-- Yahoo! Domains - Claim yours for only $14.70

[Axapta-Knowledge-Village] SQL Select in axapata (X++)

2004-07-29 Thread helpmeobwan
I have connected to an access database using selectstatement. Now I want to connect to another table and get the lastest IDNUmber. select max(IDNumber) from myTable; lastIDProcessed = max(IDNumber); But axapta reports a syntax error on the select statement. I do not use SQL much but I

Re: AW: [Axapta-Knowledge-Village] SQL Select in axapata (X++)

2004-07-29 Thread Girish B
select maxof(IDNumber) from myTable; lastIDProcessed = myTable.IDNumber; --- Theissen, Annette [EMAIL PROTECTED] wrote: Please try maxof instead of max: select maxof(IDNumber) from myTable; Bye, Annette Mit freundlichen Grüßen / Best regards Dipl. Phys. Annette Theißen

[Axapta-Knowledge-Village] New Cost Accounting module for Axapta 3.0 SP3

2004-07-29 Thread ilynika
Have anyone succeded in installing or finding the new realeased module for Cost Accounting. It should have been realeased with SP 3 and the license codes is availlable. Kind regards ILY Yahoo! Groups Sponsor ~-- Yahoo! Domains - Claim yours for

RE: AW: [Axapta-Knowledge-Village] SQL Select in axapata (X++)

2004-07-29 Thread jasonm
Title: Message Thanks all. That works great. Jason -Original Message-From: Girish B [mailto:[EMAIL PROTECTED] Sent: 29 July 2004 11:49To: [EMAIL PROTECTED]Subject: Re: AW: [Axapta-Knowledge-Village] SQL Select in axapata (X++) select maxof(IDNumber) from myTable;

[Axapta-Knowledge-Village] Edit method problem in Grid..

2004-07-29 Thread akash malohatra
Hi All, I have problem in implimenting this Edit method. When i am trying to click the check box. It never checks , still its editable...whats wrong in code edit NoYes markTrans(boolean set, CommissionTrans _commissionTrans, NoYes

RE: [Axapta-Knowledge-Village] Stack Trace error

2004-07-29 Thread Steve Wright
Stack Trace errors normally mean you have a compile error - somewhere. Is this possible? S From: userm1837 [mailto:[EMAIL PROTECTED] Sent: Friday, 30 July 2004 12:07 AMTo: [EMAIL PROTECTED]Subject: [Axapta-Knowledge-Village] Stack Trace error Hi All,Could somebody explain to me what