Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartforms mandatory paging

JamesG
Participant
0 Likes
938

when ’AA' will become to 'AZ', mandatory paging

this is my smartforms node.



    Can someone help me?

Thanks

1 ACCEPTED SOLUTION
Read only

abo
Active Contributor
0 Likes
882

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.

2 REPLIES 2
Read only

abo
Active Contributor
0 Likes
883

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.

Read only

0 Likes
882

Hi Andrea:

thanks your response.

How can I make sure when 'AA' becomes 'AZ'?

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