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

Doubleclick in tablewiev control

Former Member
0 Likes
516

Hi. Could You tell me how to habdle a double-click event on tablewiev's column ? In screenpainter I set the 'react double-click' property fot that tablewiev on 'true'. But what to do next? Please give me some tip. Greetings. P.

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
497

apart from doing that you have to assign a function code to F2 in the GUI status of the program and in PAI you can now check for this code and react.

Hi. Could You tell me how to habdle a double-click event on tablewiev's column ? In screenpainter I set the 'react double-click' property fot that tablewiev on 'true'. But what to do next? Please give me some tip. Greetings. P.

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
498

apart from doing that you have to assign a function code to F2 in the GUI status of the program and in PAI you can now check for this code and react.

Read only

0 Likes
497

to assign a function code to F2

could You explain me more? what does it mean? Is double click on tablewiev row equal to pressing F2 ?

Read only

0 Likes
497

Is double click on tablewiev row equal to pressing F2 ?

Yes.

could You explain me more? what does it mean?

do you mean how to assign?