[Axapta-Knowledge-Village] Prod Status via Journal

2007-07-10 Thread Syner P
Hi, I am looking for code to change the Prod Status thrue Journals. Any help appreciated. Regards, Syner Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.

[Axapta-Knowledge-Village] SmartHeap Library , out of memory

2007-07-10 Thread Alfonso Collados Arroyo
Hi all, I have red to solve this problem , I should make this adjustment to (class) info::Startup: If (XGlobal::clientKind() != ClientType::Server) SmartHeapMemorySizeUp(); But this function doesn´t exist. What can I do? Thanks in advance Alfonso

Re: [Axapta-Knowledge-Village] SmartHeap Library , out of memory

2007-07-10 Thread Arijit Basu
Hi, This is fixed in AX 3.0 SP3 and above. Can you please give some more details on how you got this error. I also faced same error and have resolved it. Cheers Arijit Basu MVP - Dynamics AX http://daxguy.blogspot.com/ On 7/10/07, Alfonso Collados Arroyo [EMAIL PROTECTED] wrote: Hi all,

RE: [Axapta-Knowledge-Village] SmartHeap Library , out of memory

2007-07-10 Thread Alfonso Collados Arroyo
The problem is that we use SP1 and we can't install SP3. Is there a way to solve it?? Atentamente Alfonso Collados Arroyo From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Arijit Basu Sent: Tuesday, July 10, 2007 8:35

Re: [Axapta-Knowledge-Village] SmartHeap Library , out of memory

2007-07-10 Thread Arijit Basu
Hi Alfonso, Can you tell me how you are getting the error? Normally AX32.exe cannot utilize more that 1.6 GB RAM. R u carrying out a huge nos of batch processes or trying to import lots of data? Can you please give some more details on what you are trying to do and when ur getting the error? I

Re: [Axapta-Knowledge-Village] Posting of multiple Packings slips in a PO in indian scenario

2007-07-10 Thread Allen Joseph
Hi there, I dont know if i'm late in answering this, Just found a hotfix released on the 25th of May, 2007 for Indian Localisations. https://mbs.microsoft.com/partnersource/downloads/supplements/msdyax40_sp1_indialocalupdate.htm?printpage=false Regards, Allen J

[Axapta-Knowledge-Village] Urgent Help - Alert

2007-07-10 Thread Siva kumar
Hi Friends, I have problem in firing Email alert from dynamics Ax. I have attached the document which contains the steps I followed. Can anyone go through this document and help me on this issue. If any solution will be greatful to you. Thanks, Siva We Born to Win...

[Axapta-Knowledge-Village] Planned Purchase Order

2007-07-10 Thread setiaji
Hi everyone, If i already make Planned Purchase Order with status 'UnProcessed', what the next step i have to complete to make Planned Purchase Order become Purchase Order ? - setiaji -

[Axapta-Knowledge-Village] Run Error - Excel sheet Template

2007-07-10 Thread G Radhakrishnan
Dear all, I have created 1 table through data dictionary and while making Excel sheet template for this, getting the following error.. DictEnum Object not initialized class /Dictnum/label class /SysExcelTemplateWizard/Format cell -24 class /SysExcelTemplateWizard/Format type -21 class

[Axapta-Knowledge-Village] Export Utility

2007-07-10 Thread chuapatrickd
Hi Danny Gaethofs, I've copied te xpo you have posted regarding the export utility. Since I can not import the xpo due to file format error. I copied the content of the file to a class which I newly created. However when compiling I've encountered an error in this line logOk =

Re: [Axapta-Knowledge-Village] Minimum Stock Level

2007-07-10 Thread Georgena Tan
Hi Prasad, On item form, click setupitem coverage then insert a line for the WH you want to set up the min stock by choosing coverage code: MIN/MAX. and fill in the necessary fields. Run master scheduling i.e. AX will generate a planned PO for the MAX qty or PO depending on your firming

Re: [Axapta-Knowledge-Village] Planned Purchase Order

2007-07-10 Thread Georgena Tan
Hi Setiaji, select the planned PO you like to firm then click Functionsfirm i.e. it will be firmed into a real PO then click on the Log tab on your planned orders form to see the PO. georgena setiaji [EMAIL PROTECTED] wrote: Hi everyone, If i already make Planned Purchase

Re: [Axapta-Knowledge-Village] Item-Average Cost and Unit Cost.

2007-07-10 Thread Georgena Tan
Hi Vijay, To see the item moving average cost-on item form click OH. On on-hand form, click the on-hand tab. cost price field shows you the item movign average costs. To see the item unit cost- on item form, click the price/discount tab, price field. georgena axaptavijay [EMAIL

Re: [Axapta-Knowledge-Village] how to set focus on a field in a dialog box?

2007-07-10 Thread vijay karthik
Hi, you have to write the code like this, dialogLocation.dialog().formRun().design().controlName('Fld2_1').setFocus(); To get the control name in dialog, Open the dialog - Right click the control( dialogLocation) in dialog - setup - choose the System name value in User setup form. Example: I