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
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

