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

Issue in Table Controll

former_member195383
Active Contributor
0 Likes
290

Hi All

In a table controll i have vertical scroll bar.Now I want to ignore a part of code in my PAI,wen ever i drag the scorll bar.How can i put a check for that,so that this part of code will not be executed wen I scroll down.Because it is giving undesired result.Please suggest a way to handle this.

Regards

Rudra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
275

Hi Rudra,

Scrolling in table control will trigger the PAI.make sure that in which event you want to triger the code.scrolling and pressing 'ENTER' have ok_code = ' '.so you can check this ok code and do the necessary changes in your program

regards

shibu

1 REPLY 1
Read only

Former Member
0 Likes
276

Hi Rudra,

Scrolling in table control will trigger the PAI.make sure that in which event you want to triger the code.scrolling and pressing 'ENTER' have ok_code = ' '.so you can check this ok code and do the necessary changes in your program

regards

shibu