[development-axapta] Axapta3: Experiences with 3-tier thin/3-tier fat when using update/write

2008-04-22 Thread agramm2000
Hi all, does anybody have experiences with using update/write for table update from different client types? I have a problem with an intercompany update (SalesLine company A -- PurchLine company A -- SalesLine company B) Updating only one line is working fine. But it looks like a 3-tier fat

[development-axapta] COM object with separate interface for events (Axapta4)

2006-11-28 Thread agramm2000
Hi all, I use a com object to start an external application. This application create events, when something is changed using an interface. With com class wrapper I created an interface class in Axapta and a class that implements this interface. But I cannot find out how to connect both to get

[development-axapta] Re: Form LedgerJournalTransDaily requires an active buffer.

2004-09-16 Thread agramm2000
--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: In purchase order form when I am on a purchase order and click functions - Open Transaction Editing I see vouchers WO any problem. Then I click Inquiry - Specification from the menu. Everything seems normal until this page. However,

[development-axapta] ax25 performance problem

2004-09-10 Thread agramm2000
Hi, I have a new display field in form PurchQuickQuote which needs to be computed quickly a join of 2 tables with aggregate sum select sum(..) ... join table 2 But if I do so I get bad performance for standard executequery on datasource inventtable. What could be the reason. I'm

[development-axapta] Re: Experiece with the Code upgrade tool?

2004-08-10 Thread agramm2000
--- In [EMAIL PROTECTED], bmp_thydatacenter_dk [EMAIL PROTECTED] wrote: Hi fellow developer, Do you have any experience (god or bad) with the code upgrade function. (AOT Context, Add-Ins, Code upgrade). The reason why I am interested is that we are preparing some education material

[development-axapta] Re: Excel Import

2004-05-05 Thread agramm2000
Hi, in generated Excel template columns are formatted by generating process depending on data type in Axapta. If you copy date from another excel file in the template formatting of columns could be overwritten and import does not work anymore. So check formatting information in original

[development-axapta] Payment File for France

2004-05-04 Thread agramm2000
Hi, we plan to devolop payment file for france (VIREMENTS DOMESTIQUES) that can be send to bank like dtaus, atedifact, . Perhaps anybody have done this developing? Let me know, if anybody is interested at solution of this payment file. Best Regards Andrea Yahoo! Groups

[development-axapta] Re: Find table fields of given BaseEnum

2004-01-30 Thread agramm2000
(); _table.selectForUpdate(true); while select _table where _table.(dictField.id()) == _oldValue { _table.(dictField.id()) = _newValue; _table.doUpdate(); } } dictField = null; } dictTable = null; } ttscommit; } good luck Claudia --- In [EMAIL PROTECTED], agramm2000 [EMAIL PROTECTED] wrote: Hi

[development-axapta] Notes of DocuRef are not splitted correctly (Axapta3SP1)

2004-01-22 Thread agramm2000
Hi, There is a note, which do not fit on one page in report SalesQuotation. If printing you have a page with part of text then you have a page only with header and footer next page next part of text is printed then an empty page again and so on. ReportStringControl ist set to dynamic