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();
}

No comments:

Post a Comment