Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: how to close caller form through++?

$
0
0

Oh I missed the  part that you open a dialog not a form. Instead of opening a dialog you could create an actual form and open and detach it like this:

FormRun formRun;

Args args = new Args();

;

args.name(formstr(YOURFORMNAME));

formRun = ClassFactory.formRunClass(args);

formRun.init();

formRun.run();

formRun.detach();

this.close();


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>