2020 Dec 17 8:42 AM
when ’AA' will become to 'AZ', mandatory paging

this is my smartforms node.

Thanks
2020 Dec 17 9:10 AM
new node, at begin of table row, of "command type", mark "jump to new page", enter the condition
If you cannot express the condition in simple terms, you should create an earlier code element to check the conditions and set a flag.
The condition check could be something like: new value is different from previous stored value. No need to re-read the values from the table, you get them for free in the loop.
2020 Dec 17 9:10 AM
new node, at begin of table row, of "command type", mark "jump to new page", enter the condition
If you cannot express the condition in simple terms, you should create an earlier code element to check the conditions and set a flag.
The condition check could be something like: new value is different from previous stored value. No need to re-read the values from the table, you get them for free in the loop.
2020 Dec 17 9:29 AM
Hi Andrea:
thanks your response.
How can I make sure when 'AA' becomes 'AZ'?


it doesn't work,maybe my method was wrong.