Hi Experts,
I hv confusion regarding the control flow among the Command nodes!
I hv a SMARTFORM, the tree nodes r defined as follows,
1- COMMNAD(icon): GO_TO_NEXT_PAGE go to next page(No condition is mentioned) And (under the right side maitanance box) the Next Page parameter has given as ''Second Page''
2- TEXT ELEMENT(icon): WRITE_MYTEXT1 property detail description 1
3- COMMAND(icon): GO_TO_SECOND_PAGE go to next page(No condition is mentioned) And (under the right side maitanance box) the Next Page parameter has given as ''Second Page''
4- TEXT ELEMENT(icon): WRITE_MYTEXT2 property detail description 2
5- PAGE(icon): SECOND_PAGE this is second page
As per my understanding, the control comes first to the node 1,
then it goes to node 5 and process the nodes mentioned under (node) 5,
then the control comes back to node 2 and writes MYTEXT1,
then, the control encounters node 3, there it has been directed to go to node 5, so,
then the control goes to node 5 and processess it,
then the control comes back to node 4 and writes MYTEXT2,
then again the control encounters node 5 and it processes all the nodes mentioned under node 5!
So, Is this process flow is correct?
If not, pls. clarify my doubt.
ThanQ.