Page 2 of 2

Re: Level change

Posted: February 24th, 2013, 4:39 pm
by Gregory Martin
You cannot skip from one level to another level. One way to get around this restriction is to add a dummy variable at the end of your first level. Then you can skip to that variable at any point from the first level, and it will effectively move you to the second level. See the attached program for an example (enter 5 for the ID and you'll see the behavior).

Re: Level change

Posted: February 24th, 2013, 10:54 pm
by khurshid.arshad
Dear Gregory;

This is perfect but data not saved when we click "Yes" on "Accept this level2/level2' node?.

Regards.
a.

Re: Level change

Posted: February 25th, 2013, 9:20 am
by Adnane
Dear htuser,
I did not used SEEK function yet but I know that it serves in occurence, but I'm talking about search through the cases, that is to say access to any case by some criteria items.

Re: Level change

Posted: February 25th, 2013, 9:28 am
by Gregory Martin
Arshad,

What data is not saved? The data from the first level or the second level? If you're using system controlled mode, any fields passed over by a skip statement are not saved to the data file.