[Axapta-Knowledge-Village] Re: joining 3 tables

2007-06-07 Thread kamal_ec
Hi Ton, The Relation has to be something like this Invent Dim | | |__ Invent Batch (Relation InventBatchId) | | |__ WMSLocation (Relation InvnetLocationId) Hope this helps :) Regards Kamalakannan --- In Axapta-Knowledge-Villag

[Axapta-Knowledge-Village] Re: Report

2007-03-20 Thread kamal_ec
Hi VG, One more update, if you want to display the quotationid in your drop down then create a extended type relation for the field quotationid then you will find it the value in the drop down query. But remember it would be a problem if some other table also shares the quotationid say salesq

[Axapta-Knowledge-Village] Re: Infolog max size can be changed?

2007-03-20 Thread kamal_ec
Hi James, adding such a huge number of lines to the infolog would be a performance issue very first, so why don't you try other alternatives like you can use a temptable store or a Textbuffer(use TextIO) to store and then later display using a form which would be much better. Regards Kamalakannan

[Axapta-Knowledge-Village] Re: Tableid to TableBaffer

2007-03-20 Thread kamal_ec
Hi Try using the Dictable.makerecord() method, it returns a type common. should be someting like this. SalesTable salesTable = new SysDictTable(tablenum(salesTable)).makerecord(); Regards Kamalakannan http://casperkamal.spaces.live.com (Technical blog on Ax) --- In Axapta-Knowledge-Villag

[Axapta-Knowledge-Village] Re: Ax 4.0 sp1 + Reporting services

2007-03-20 Thread kamal_ec
Hi Mkris, Please refer to the following link that gives you detailes about the document for use of SSRS in Ax4.0. http://casperkamal.spaces.live.com/blog/cns!9138ED475277CD63!248.entry Regards Kamalakannan http://casperkamal.spaces.live.com (Tech blog on Ax) --- In Axapta-Knowledge-Village@ya

[Axapta-Knowledge-Village] Re: CRM Quotation printing as word template

2007-03-14 Thread kamal_ec
Hi, why don't u try using this way ??? num2str(salesLine.LineNum, 1, 0, 0, 0) before you right it to the word. Regards Kamalakannan http://casperkamal.spaces.live.com/ (Tech blog on Dynamics Ax) --- In Axapta-Knowledge-Village@yahoogroups.com, "jay_naik_99" <[EMAIL PROTECTED]> wrote: