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

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] 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] [very urgent] inventSumTTSLog

2005-05-25 Thread Cenk Ince
Hi all; when i Update a prodOrder from CostEstimated to Started it locks the system \classes\ReqTransUpdate\update. There is a loop while (inventSumLogTTS.RecId) it created an endless loop. Any Idea? Thanks Kimden: development-axapta@yahoogroups.com

[Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread padmaja_wipro
Hi, I am having difficulty of customizing a small requirement for the purchase order My customer has got 2 types of Item types. (1) Service (2) BOM. For Service type Items, My customer is against posting Packing Slips as they don't reside in Warehouses since they are services which don't

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
PROTECTED] Subject: [Axapta-Knowledge-Village] Very Urgent Help From Experts Hi, I am having difficulty of customizing a small requirement for the purchase order My customer has got 2 types of Item types. (1) Service (2) BOM. For Service type Items, My customer is against posting Packing

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Padmaja Iyingar
you have a mix? Service items as well as BOM items. Regards harsh From: padmaja_wipro [mailto:[EMAIL PROTECTED] Sent: Friday, 12 November 2004 11:48 a.m.To: [EMAIL PROTECTED]Subject: [Axapta-Knowledge-Village] Very Urgent Help From Experts Hi,I am having difficulty of customizing a small

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
PROTECTED] Subject: RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts Hi Harry, My requirement says it won't have any PO with mixed Item types. It will have either Service type or BOM types. Does anyone have any solution for this?. Thanks in advance, Padmaja Hi Question

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
, 12 November 2004 1:09 p.m. To: [EMAIL PROTECTED] Subject: RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts Hi Harry, I don't find updatenow' method to override Clicked method on the PurchTable form. Can you please help me in findout on how to overide

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread akash malohatra
PROTECTED] Sent: Friday, 12 November 2004 12:23 p.m. To: [EMAIL PROTECTED] Subject: RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts Hi Harry, My requirement says it won't have any PO with mixed Item types. It will have either Service type or BOM types. Does anyone

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
, 12 November 2004 4:08 p.m. To: [EMAIL PROTECTED] Subject: RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts Hi, I can suggest to change/modify the code in the PurchTableForm calss -- enableUpdateJournalButtons() method... Regards Akash --- Harry Deshpande [EMAIL PROTECTED