Hi wolfgang,
 
 
For default, axapta will call a menu item that having the same name with the table name. For example, you can check the menutemname caller using args object.
 
void init()
{
    if (element.args.menuItemName() != null && element.args.menuItemName() ==  menustr(InventTable))
    {
        // here is your code..
    }
}
PS: you may want to check too that the menuitemtype is a menu item display.
 
 
Regards,
 
Sonny Wibawa Adi


wohegro <[EMAIL PROTECTED]> wrote:
hi there,

does anybody know if it's possible to indicate in an opened form, if
the form was called by an "go to maintable" jump ?

thank's in advance
regards to all
wolfgang



Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today
Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to