[Axapta-Knowledge-Village] Re: Sales Invoice posting Error in Ax 4.0......Very Urgent

2009-09-22 Thread Eddie
Nitin Things to check: 1. If the invoice is in different currency than company currency: - check rounding in ALL currencies involved (in exchange rate table). - check penny difference value in GL parameters 2. Is there any tax involved? - check the rounding on the tax codes and tax authority 3.

[Axapta-Knowledge-Village] Very urgent

2009-09-22 Thread Nagesh
Hello everybody, I am running the following job and getting the error saying 'Query extended range failure. right parentheses expected near pos 18. static void QueryExpressions(Args _args) { Query Query; QueryRunQueryRun;

[Axapta-Knowledge-Village] Hi

2009-09-22 Thread ramesh_p2384
Hi All i have a problem in Form level. I.e i have developed a one form - name is InventMaster, that form should be open from InventTable Form using with (Ctr+N) or click new. upto this part i have done, whenever my form is open from InventTable form ,there i can select all my fields after

Re: [Axapta-Knowledge-Village] Very urgent

2009-09-22 Thread Anitha S
hi .. Try this.. static void QueryExpressions(Args _args) { Query Query; QueryRun QueryRun; QueryBuildDataSource QBDS; InventTable InventTable; ; Query = new Query(); query.adddatasource(tablenum(InventTable)); query.adddatasource(tablenum(Inventtable)).addrange(fieldnum(Inventtable,

Re: [Axapta-Knowledge-Village] Hi

2009-09-22 Thread Anitha S
Hi, I could not get your requirement. Are u updating the ItemCode for an already exisiting item ?? Regards, Anitha On Tue, Sep 22, 2009 at 11:25 AM, ramesh_p2384 ramesh_p2...@yahoo.co.inwrote: Hi All i have a problem in Form level. I.e i have developed a one form - name is

Re: [Axapta-Knowledge-Village] Very urgent

2009-09-22 Thread Sumit Loya
Hi, If you are trying to achieve a condition where in you are filtering items which has 20 (*20*) in it and ends with pipe (*pipe): Then you can try out following code: static void QueryExpressions(Args _args) { Query query; QueryRunqueryRun;

[Axapta-Knowledge-Village] EDI in AX2009/?

2009-09-22 Thread kardo_ax
What are AX 2009 EDI capabilities? Is there a document?

[Axapta-Knowledge-Village] We would like invest $30,000 in your Solid Future Income (SFI) business!, 9/22/2009, 9:00 am

2009-09-22 Thread Axapta-Knowledge-Village
Reminder from: Axapta-Knowledge-Village Yahoo! Group http://groups.yahoo.com/group/Axapta-Knowledge-Village/cal We would like invest $30,000 in your Solid Future Income (SFI) business! Tuesday September 22, 2009 9:00 am - 10:00 am (This event repeats every day.) Location: Dothan, Al Notes:

Re: [Axapta-Knowledge-Village] Hi

2009-09-22 Thread rameshp papineni
Hi i am not modifying any existing item number,i want replace the item number with my newly  created item code in the inventtable form.  Regards Ramesh From: Anitha S mail2eani...@gmail.com To: Axapta-Knowledge-Village@yahoogroups.com Sent: Tuesday, 22

[Axapta-Knowledge-Village] VendTable Form In Ax 2009

2009-09-22 Thread vdvarma_04
Hi All, I am using Ax 2009 sp1 with India localization. I am facing an uneven problem in customizing the VendTable Form. I am adding a field (a normal table field) on to the design of the VendTable form. When I compile and try to open the form, facing with the below error. Error executing

Re: [Axapta-Knowledge-Village] Hi

2009-09-22 Thread Anitha S
Hi, So ur requirement is for the *current record*, u r generating an item code on a *button click event* . if my understanding is correct, u can write your logic of updating the Itemid in the button click event itself. Regards, Anitha. On Tue, Sep 22, 2009 at 1:28 PM, rameshp papineni

[Axapta-Knowledge-Village] Withholding tax for Thailand in GLS layer

2009-09-22 Thread James Flavell
Hi, anybody out there managed to get the withholding tax for Thailand in the AX2009 Sp1 + GLS layer to work (or even the non Thai Withholding tax to work)? The GLS document does not give any clear example as to how to get it to calculate withholding tax and seems we cannot get it to do

Re: [Axapta-Knowledge-Village] Hi

2009-09-22 Thread pradeep itnal
on the invent master form the one u have created...   1.hope it opens everytime u click new button or ctrl + N... ok...   2. u must be having two buttons on ur form  ok or cancel   3.in class declaration part of the form  declare buffer of invent table Inventtable invt; 4.in the init method

Re: [Axapta-Knowledge-Village] Withholding tax for Thailand in GLS layer

2009-09-22 Thread santosh yadav
Withholding works for IN in the GLS CONS...it seems few of the hotfixes has been released for the same, i'm not sure about the exact KB articles.   Santosh   --- On Tue, 22/9/09, James Flavell djf1...@gmail.com wrote: From: James Flavell djf1...@gmail.com Subject: [Axapta-Knowledge-Village]

Re: [Axapta-Knowledge-Village] Sales Invoice posting Error in Ax 4.0......Very Urgent

2009-09-22 Thread santosh yadav
You are using 'in connection with balance' OR 'one voucher only' under journal settings..If its one voucher only, you will never be able to post the journal untill both the amounts will be unbalance. first try to balance both the entries e.g. debit and credit should be balanced.       Santosh  

[Axapta-Knowledge-Village] RE: Withholding tax for Thailand in GLS layer

2009-09-22 Thread James Flavell
Just to add the Non Thailand withholding tax can now get to work J But still the Thailand one has no result.does anyone know what supposedly is the difference for the Thailand one? Is it just that withholding tax is calculated per item rather than total invoice (hence can mix items that

[Axapta-Knowledge-Village] Re: Year end error

2009-09-22 Thread yifath1
Hi Eddie, Thanks for your response. It was a very strange situation, and after much looking around, it appeared that someone had changed the AOS system user. It appears that this AOS system user did not have SysAdmin rights... Anyhow, we have now given it SysAdmin rights, and all works fine.

[Axapta-Knowledge-Village] How to stop Printing Reports (Bank Checks) before it was taken int Batch Process

2009-09-22 Thread kishore_jyoth
Hi all, I have a Issue. Is it Possible To Print ALLChecks In One Go using the Batch Processing. If Possible Then How To Capture The ALL Printing Doc Files keep in Batch Processing. please see this and do needfull help. Thanks Kishore