Hello
I was create an instance of form, and I want call an acction of the principal
Hello
I was create an instance of form, and I want call an acction of the principal
Best answer by Django
You could pass the father graph to a public variable in the child. That would allow the child to invoke the father’s action. There might be a more elegant way to do that.
ChildGraph child = PXGraph.CreateInstance<ChildGraph>();
child.myFather = this;
child.myFather.fatherAction();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.