Showing posts with label JumpRef method to call the form. Show all posts
Showing posts with label JumpRef method to call the form. Show all posts

Monday, November 18, 2019

JumpRef method to call the form

public void jumpRef()
{
MenuFunction menuFunction;
super();
menuFunction = new MenuFunction(menuitemdisplaystr(CustTable), MenuItemType::Display);
menuFunction.run();
}