you can call the menuitem itself using Menufunction.
Here is an example that should work.
static void Menuitem_job(Args _args)
{
MenuFunction mf;
;
mf = new menufunction(menuitemdisplaystr(CustTable), MenuItemType::Display);
mf.run();
}
Above code will open the CustTable From.
No comments:
Post a Comment