Re: [Axapta-Knowledge-Village] Subtotal text missing

2005-05-03 Thread akash malohatra
Hi james, I had this problem and it solved once you remove your hidden fields. Axapta report behaves like this, if you have some fields hidden and that needs to be also totalled. Check the code in SysReportRun/printranges Regards Akash --- James Flavell [EMAIL PROTECTED] wrote:

Re: [Axapta-Knowledge-Village] Re: Getting error intermittently when trying to post pckingslip for PO

2005-04-28 Thread akash malohatra
warehouse MW and try to repeat step 6. Now Axapta is happy to change the warehouse for you. Something like this must be happening with your installation. regards harry /harsh --- In Axapta-Knowledge-Village@yahoogroups.com, akash malohatra [EMAIL PROTECTED] wrote: thanks for your information

RE: [Axapta-Knowledge-Village] Getting error intermittently when trying to post pckingslip for PO

2005-04-24 Thread akash malohatra
Advanced Systems Integration, Inc. 26449 Rancho Parkway South Lake Forest, CA 92630 _ From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of akash malohatra Sent: Thursday, April 21, 2005 11:46 PM To: development-axapta@yahoogroups.com; Axapta

[Axapta-Knowledge-Village] Getting error intermittently when trying to post pckingslip for PO

2005-04-22 Thread akash malohatra
Hi All, has anyone ever came across on this error Cannot re-reserve a transaction due to locked Dimensions ? This error comes up ir-regularly when i am trying to do a packingslip. But later when i try to post the packingslip for that PO , this work ok without any error. Any ideas ?? TIA

Re: [Axapta-Knowledge-Village] Invoice Posting

2005-01-18 Thread akash malohatra
Hi Tushar, This can be done easily , withinn Axapta only. Write a utility ( class ) , that will access the Excel data and will import that to the AxaptaTables ( sales order related) using the correct classes . Once the Salesorder created its very simple to invoice them . here is the code for

RE: [Axapta-Knowledge-Village] Lookup table in EDT ?

2005-01-17 Thread akash malohatra
Hi, write the code in the ExecuteQuery() method of the datasource to filetr the data with user input value. declare QBR of type Querybuildrange in the class declartion. Then simply pass the userinput value to this querybuildrange in the executeQuery() method QBR.value(queryvalue(the user

Re: [Axapta-Knowledge-Village] Select empty date field

2005-01-03 Thread akash malohatra
Hi, try 01/01/1900 . Axapta stores this date for null dates in the database. Regards Akash --- Nitesh [EMAIL PROTECTED] wrote: Hi all, i want to select records from a table whose date is empty.i used null, ' ' and in the criteria but it is not working .please help.

Re: [Axapta-Knowledge-Village] Join table links (1:n, n:1) does not work

2004-12-01 Thread akash malohatra
Hi fabien, I had the same problem with some new tables related to the existing tables. I did the update cross reference -- update data model Tools -- Developement toos -- Cross-reference --periodic -- Update -- update the datamodel. I read your query that you alreday made croess reference,

[Axapta-Knowledge-Village] Upgrading Ax2.5 to Ax3.0SP3 , Language field missing

2004-11-28 Thread akash malohatra
Hi All, I upgraded Axapta2.5SP3MP to Axapta3.0SP3. Everything went smoothly. But after upgradation , i found the language field ( almost everywhere CustTable, VendTable, SalesOrder, Purchase Order) is missing. The data for this field has not populated in tha Axapta3.0SP3. Is anyone ever

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

2004-11-11 Thread akash malohatra
Hi, I can suggest to change/modify the code in the PurchTableForm calss -- enableUpdateJournalButtons() method... Regards Akash --- Harry Deshpande [EMAIL PROTECTED] wrote: Hi Updatenow is the name of the menu. Incidentally I would also override saleslinetype.update and

Re: [Axapta-Knowledge-Village] help modifying X++

2004-10-25 Thread akash malohatra
Hi, I think you need to write this --- if(svcCallTable.CallStatusId == ProjStatus::Completed || svcCallTable.CallStatusId == ProjStatus::cancelled ) i think u need to use OR instead of AND ... if u want to use AND , then use hope this helps... regards Akash --- Andrew Vranjes [EMAIL

Re: [Axapta-Knowledge-Village] How to make a field mandatory at runtime

2004-10-13 Thread akash malohatra
--- ottawa_m2003 [EMAIL PROTECTED] wrote: Hi, u can write this code in the Datasource -PurchLine- Itemid - modified() method if(PurchLine.itemid = A) { PurchLine_ds.object(fieldid2ext(fieldNum(PurchLine, Dimension), 2)).mandatory(true); } else {

[Axapta-Knowledge-Village] De-active the Doc. handling button throgh coding

2004-08-12 Thread akash malohatra
Hi All, I want to de-active the Document Handling Icon from coding on some specific Condition. but i have less idea how to access the Menubar icon. is any one have any idea. Thanks in Advance Regards Akash

[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