jumpref method

Bs_Pro_TYearTable::jumpRefYearTable(this);

Bs_Pro_TYearTable

static void jumpRefYearTable(Object _caller)
{
    //super();
    Args        args;
    FormRun     formRun;
    ;

    args = new Args(formstr(Bs_Pro_FYearTable));
    args.caller(_caller);
    //args.record(vendTable);
    //args.parmEnum(NoYes::Yes); // It's a Go To Main Table call

    formRun = classfactory.formRunClass(args);
    formRun.init();
    formRun.run();
    formRun.detach();
}

原文地址:https://www.cnblogs.com/lingdanglfw/p/1261893.html