[development-axapta] Event for form lost focus

2010-07-26 Thread srinath s
Hi All, I have doubt regarding AX 2009 form events. Do we have an event to Notify us the form is LostFocused. Which method will be triggered when the form is LostFocused? Appreciate a response. Regards, Srinath. S [Non-text portions of this message have been removed]

Re: [development-axapta] Regarding changes in framework classes

2010-07-26 Thread Sailendran Rajan
If possible this should be avoided. But certain cases like adding new financial dimension (SysDimension enum) may require coding the class to control the visibility of newly added dimension. Yes, MS has certified such type of coding in some localizations. --- On Tue, 13/7/10, srinath s

[development-axapta] multi datasource grid -- access linked table in a menuItemButton class

2010-07-26 Thread ramankt2001
We are still on Axatpata 3.0. I've a grid with an inner join between InventItemGroup and InventTable. I'm accessing the grid contents in a class that is connected to the form through a menuItemButton. I'm able to access the InventItemGroup table using the commands common = fds.getFirst(true)

[development-axapta] grid -- filter on linked table -- refresh not working

2010-07-26 Thread ramankt2001
We are still on Axapta 3.0. I'm working on a simple grid with an inner join between InventItemGroup and InventTable. I've two stringedit fields -- one on ItemGroupId and the other on ItemId. I've a button with teh label Refresh that executes the command inventItemGroup_ds.refresh(). The