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 control

Former Member
0 Likes
637

Hi,

I have two table controls and a "Transfer" button on a dialog screen. The 1st one contains the data extracted from a table (hundred of entries) and has the scroll up/down functionality. If I select multiple rows from the 1st table control and hit the button "Transfer", the selected rows will be transfered over to the 2nd table control. The rows are moved properly, but the 2nd table control does not seem to have the scroll up/down. Do I miss something when defining the table controls? Please help!

Cheers.

6 REPLIES 6
Read only

Former Member
0 Likes
616

Please check the properties/attributes of the 2nd table control.

Regards,

Amey

Read only

0 Likes
616

Hi Amey,

I don't see any issue with the properties/attributes of the 2nd table control. Do you have any idea? Thanks!

Read only

Former Member
0 Likes
616

Hi,

If you are using SCROLLING_IN_TABLE FM to scroll in the table control..

Pass the appropriate values of the second table control...

you can use SET CURSOR FIELD AREA A.

If A contains first table control name..Then pass its values..

If A contains second table control name..THen pass its values..

Thanks

Naren

Read only

0 Likes
616

Thanks Naren, I will try it out tomorrow and will let you know.

Regards.

Read only

Former Member
0 Likes
616

Hi,

In my previous email I am mentioning about page up / down..

Are you not getting the scroll bar in your table control

Thanks

Naren

Read only

0 Likes
616

It is the vertical scroll bar in my 2nd table control.