RE: [development-axapta] Display methods...

2010-04-07 Thread Amir Nazim
Please check by placing the breakpoint on the select statement, that you are getting value in the this ? also check that when you drag the display method to report then on control you have the correct datasource specified ? To: development-axapta@yahoogroups.com CC:

RE: [development-axapta] Fw: [Axapta-Knowledge-Village] Display methods...

2010-04-07 Thread Ruel Ormita
Hello, It will be much easier to use this. In the VendPackingSlipTrans theres is a method purchline. It will not be accurate if your condition is just itemid. Need to know the InventTransId. Display real ItmPrice() { ; Return this.purchline().PurchPrice; } The data will not show

[development-axapta] Ax Materials Case study Available

2010-04-07 Thread pranam mukher
Hi guys   Considering the AX market , there are lot of guys willing to kick start their career with Ax. Hence i have come up with some training materials for newBee's to start learning AX Contents of Training material Technical.   1. Basic concepts of AX and OOPS   Morphx,

[development-axapta] Re: Using Display methods...

2010-04-07 Thread ricardopichler
Hi Khan Axapta, This happen because you are using wrong types to return. Try to change the first to PurchPrice and the second to VendPaymTermId. I don't know why, but the display methods doesn't work when you use primary data type to return. []s Pichler --- In

RE: [development-axapta] Bartender integration

2010-04-07 Thread jim
We have it integrated with AX4 using ActiveX We purchased the enterprise version of Bartender which is licensed by the # of printers used on a single day, not users. Each workstation that needs to print labels has Bartender installed. There are label templates setup in AX. The template setup

[development-axapta] Re: Bartender integration

2010-04-07 Thread jrh_1945
We used ActiveX to communicate and control Bartender. Enterprise edition install on computers that will initiate printing of Labels. Unlimited workstation's limited to X # of printers per day. Created templates in AX to link customer and or item to valid templates for form being used. Read

Re: [development-axapta] Fw: [Axapta-Knowledge-Village] Display methods...

2010-04-07 Thread naveed ali
Mr.Khan, Replace this key word with your datasource name  Like  where purchLine.ItemId == VendPackingSlipTrans.ItemId purchLine.PurchId == VendPackingSlipTrans.purchId; Hopfully this willl help you.     Regards    Naveed Jadoon --- On Tue, 4/6/10, Khan Axapta axaptak...@yahoo.com

RE: [development-axapta] Using Display methods

2010-04-07 Thread Murat BAL
Hi, //first method code display PurchPrice ItmPrice(){return this.purchLine().PurchPrice;} //second method code display VendPaymTermId DelTerms(){ return this.purchline().purchTable().Payment;} Murat Bal To: development-axapta@yahoogroups.com From: axaptak...@yahoo.com Date: Mon,

[development-axapta] Customer aging by dimension

2010-04-07 Thread axaeffect
Hi all, In report customer aging (A/R - reports - Status - Aging report), is there a way to group it by dimension. For example if I have activated 1st dimension (Department), in that report I want to group it per department, not just sort by customer account, because there are many cases my

[development-axapta] Re:Using other compare tools for code merge?

2010-04-07 Thread Chwaszczewski, Jim
I've used a nice tool called Compare and Merge (http://www.compareandmerge.com). I use it to do side-by-side comparisons of XPO files. Jim Chwaszczewski | Senior Consultant | Wipfli LLP | Office: 920.662.2917 469 Security Blvd, Green Bay, WI 54313 www.wipfli.com http://www.wipfli.com A

RE: [development-axapta] Customer aging by dimension

2010-04-07 Thread Khalil Rehman
Goto Aging Report - Select - Add Field Department and select the department for which you want to get aging report. regards. KHALIL UR REHMAN To: development-axapta@yahoogroups.com From: axaeff...@yahoo.com.sg Date: Wed, 7 Apr 2010 08:28:22 + Subject: [development-axapta]