Application Development 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: 

On a Screen 2 Table Cursor need to be Synchroize

Former Member
0 Kudos

Hi All.

I have a problem. In my Screen I have two table Control.

both the Table have different data but the no of Column and column are same.

My Requirement is that : My user want to synchronize the Cursor movement of table Control. Its only Horizontal.

Means when User Move the Cursor of one Table control the Cursor of second control also move in sequence with first table control..

please provide input,

Regards

Swati..

2 REPLIES 2

gabriel_pill-kahan
Active Participant
0 Kudos

Hi Swati,

Horizontal scrolling in table controls doesn't trigger PAI, so I don't think it's possible. But if any other event is triggering PAI, you can get attribute LEFT_COL of the first table and set it for the second table in PBO.

Cheers, gabriel

Former Member
0 Kudos

Won't have any solution.