10-03-23 09:39 AM
Internal : End of subsheet without corresponding start
Answered! Go to Answer.
10-03-23 09:56 AM
Hello rodney allen,
This error usually occurs when you are stepping through a process and then change the stage using the "set next stage" function. This then disrupts the usual path of the process if it is already on a subsheet and it does not follow that it has been called as a page.
Its very least of errors to get bothered - it wont happen when you run the Step by Step and do not jump out of the sequence of steps to some other step by doing set next stage, Use Breakpoints when doing Set next stage for debugging.
10-03-23 09:56 AM
Hello rodney allen,
This error usually occurs when you are stepping through a process and then change the stage using the "set next stage" function. This then disrupts the usual path of the process if it is already on a subsheet and it does not follow that it has been called as a page.
Its very least of errors to get bothered - it wont happen when you run the Step by Step and do not jump out of the sequence of steps to some other step by doing set next stage, Use Breakpoints when doing Set next stage for debugging.
10-03-23 01:17 PM
Hello again Mukesh
Many thanks for the help, the process is working now
Thanks
10-03-23 08:28 PM
I am glad it is working for you now @rodney allen .