The issue description is:
From Form A, I call to Form B and I want close Form A for avoid that user close the Form B and watch the Form A again.
My code is the following:
public void clicked() { // form reference and args FormRun formRun; Args args = new Args(); // Form args.name(formStr(PWIntegrationForm)); // Parm args.parm(int642Str(fileStatusTable.RecId)); // Open form formRun = ClassFactory.formRunClass(args); formRun.init(); formRun.run(); formRun.detach(); element.close(); }
When run, Form A call to Form B and It is opened, but quickly all is closed.
Any idea because this code not working?
Thanks.
*This post is locked for comments
I have the same question (0)


Report
All responses (
Answers (