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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

