Re: RE : [Axapta-Knowledge-Village] MenuItemButton in a form

2005-12-21 Thread RAJKUMAR
Hi Steeve,     I used switch case and menuitembutton.   thanks a lot   regs, RK   __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Sharing the knowledge on Axapta.

RE : [Axapta-Knowledge-Village] MenuItemButton in a form

2005-12-20 Thread Steeve Gilbert
Hi,   Are all your accounts listed in the same lookup form or there's a different StringEdit for each type of account (vendor, customer, etc…) ?  If you want to create only 1 button, I think you will have to write code in clicked() method of the button.  In that method, write a switch()