[development-axapta] Event for form focus

2010-07-16 Thread srinath s
Hi Champs, In AX 2009, assume that multiple forms are opened. When the focus is moved from one form to another form then how to identify that particular form got focused. In which event of the form I can get the triggering happens. I had checked with Forms\FormName\Methods\activate(). But this

Re: [development-axapta] Creating/Updating help files in AX 4.0

2010-07-16 Thread somanna gl
Hi, create a node in AOT help a files. then create a help file and store the client bin directory. Please let me know if U have any issue kindest Regards Somanna To: development-axapta@yahoogroups.com Sent: Thu, July 8, 2010 8:45:39 PM Subject: [development-axapta] Creating/Updating help

Re: [development-axapta] How to know the user has access to purchase order using code

2010-07-16 Thread somanna gl
This may help U. if (hasSecurityKeyAccess(securitykeyNum(mySecurityKey), AccessType::View)) { //code requiring authorization goes here... } if (hasMenuItemAccess(menuItemDisplayStr(myMenuItem), MenuItemType::Display))) { //code requiring authorization goes here... } DictTable dictTable = new