Hi Patrick,

Why would you want to do that?  Preventing the form to be closed would be a better approach.  Maybe if you explain to us what the goal is, we'll be able to help you.

Regards,

Steeve...


-----Message d'origine-----
De : [email protected] [mailto:[EMAIL PROTECTED] De la part de opussolution_pk
Envoyé : 14 mars 2006 02:35
À : [email protected]
Objet : [development-axapta] How to show a form again after the user has it closed

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









Yahoo! Groups Links










SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to