[development-axapta] AIF error in AX 2009 -- File adapter unable to read file

2009-04-21 Thread Amar Senapati
Hi All, I am trying to use the AIF file adapter to integarte with other system. I am using AX 2009 in Windows 2008 Server and SQL Server 2008 standard edition.. I have done all the AIF basic set ups ( end points , channels etc..). I am testing for a inbound process. I used the

[development-axapta] Accessing of remotely registered DLL from Axapta

2006-04-24 Thread Amar Senapati
Hi All, I am using the COM class to access remotely registered DLL. But it throws me an error saying COM object of class 'My DLL'could not be created.Ensure that the object has been properly registered on Comuter MYCOMPUTER MYCOMPUTER is my local computer name and i am running the axapta

RE: [development-axapta] SalesTable+SalesLine

2005-03-03 Thread Amar Senapati
Hi, You may need to add SalesLine.clear() code as the first line. Regards Amar _ From: Deni [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 March 2005 6:57 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] SalesTable+SalesLine Hi, I am new in

RE: [development-axapta] One report with data from all companies

2005-01-10 Thread Amar Senapati
Hi, Write this code in the fetch method of your report, it will run for all the companies. boolean ret; DataArea dataArea; ; while select dataArea where dataArea.isVirtual == false { changecompany(dataArea.id) { ret = super(); } } return ret; Hope this

RE: [development-axapta] How to transfer two datasource to another form or report

2004-12-19 Thread Amar Senapati
Hi, DS2 = element.args().caller().datasource(2); DS1 = element.args().caller().datasource(1); Hope this will help you. Regards Amar _ From: flyday [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 December 2004 4:59 PM To: development-axapta Subject:

RE: [development-axapta] Urgent: Where is TemporaryFormName

2004-09-17 Thread Amar Senapati
Hi, Add a index ( Having Zip code field) to the Vend Table. This will add the Zipcode in the Lookup. Regards Amar _ From: Steeve Gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 September 2004 10:30 PM To: [EMAIL PROTECTED] Subject: RE : [development-axapta] Urgent:

Re: SV: [tadorna-axapta] Run time error during writing a tables data in an excel work sheet through coding

2004-01-02 Thread amar senapati
with both versions of Excel. By the way in Excel 2002 there's also a property value2 compatible with the value property in older versions! Good luck! Regards Thomas Jensen -Oprindelig meddelelse- Fra: amar senapati [mailto:[EMAIL PROTECTED] Sendt: 5. september 2003 11:00 Til: [EMAIL