Hi there

I want to show a FormRun again after it is closed by user.
Unfortunelly I
don't get it work.

I tried this way:

    FormRun formRun;
    Args    args = new ARgs();
    ;
    args.name(formstr(EmplTable));
    formRUn = classFactory.formRunClass(args);
    formRun.init();
    formRUn.run();
    formRun.wait();
    formRun.reload(); // tried something, but nothing happens
    formRun.run();
    formRun.wait();

Does anyone knows what's the right method(s) to show again a FormRun?

Thank you for your hints
Best regards
Patrick








SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to