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

TABLE CONTROLS

Former Member
0 Likes
557

HI Experts ,

I am trying to work with two table controls , one table is displayed in upper part of a screen and other in lower part of the same screen.

now if I change the sequence of looping means if I loop first on the lower table control and then on the upper one in the PBO of flow logic , it is not working on the other hand it works if I change the order of looping.

I just want to know the reason why it was not working in the former case.

Thanks,

sanket Sethi.

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
529

Hi...

When u place Multiple Table controls in a SCREEN the system will process the in the Same order as per their position in the Screen i.e from TOP-LEFT to BOTTOM-RIGHT.

Bcoz of this we must place the LOOP.. ENDLOOP on these Table controls in the same order.

<b>Reward if Helpful</b>

4 REPLIES 4
Read only

varma_narayana
Active Contributor
0 Likes
530

Hi...

When u place Multiple Table controls in a SCREEN the system will process the in the Same order as per their position in the Screen i.e from TOP-LEFT to BOTTOM-RIGHT.

Bcoz of this we must place the LOOP.. ENDLOOP on these Table controls in the same order.

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
529

Hi,

It should work, it will not depends on the sequence of the LOOP,

when you loop through the internal table using the Controls, then it will take the values from the internal table to table control,

i think you are missing some thing in the code, i definetly say that the sequence will not affect the table control

Regards

Sudheer

Read only

0 Likes
529

thanks guys,

I am asking this question just because it is happening that on just changing the order of looping it make the table controls work.

If there is some other problem then it should still be there while the sequence of looping is not in the order of sequence of table controls in the screen.

Read only

Former Member
0 Likes
529

This message was moderated.