Hi,
public void jumpRef()
{
Args args = new Args();
PurchTable purchTable; // that we are using not in the datasource list or it can be
;
args.caller(this);
purchTable= PurchTable::find(purchTable.PurchID);
Args.record(purchTable);
new MenuFunction(menuitemdisplaystr(purchTable), MenuItemType::Display).run(args); //menu item name of that form that is to refer
}
{
Args args = new Args();
PurchTable purchTable; // that we are using not in the datasource list or it can be
;
args.caller(this);
purchTable= PurchTable::find(purchTable.PurchID);
Args.record(purchTable);
new MenuFunction(menuitemdisplaystr(purchTable), MenuItemType::Display).run(args); //menu item name of that form that is to refer
}
No comments:
Post a Comment