open_form and call_form issue
Dear collegues,
I have 5 forms A,B,C,D AND E
1- Forms A calls form B (using call_form)
2- Form B calls form C Using (new_form)
3- Form C Calls form D using (using call_form)
4- Form D Calls form E using (using call_form)
And everythin is OK.
But when I change step 3 so as Form C opens form D (using open_form)
Then I get the error message
Can't start another call_form. : FRM-41353
Please Help