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: 

Doubleclick in tablewiev control

Former Member
0 Kudos
75

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

athavanraja
Active Contributor
0 Kudos
56

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.

3 REPLIES 3

athavanraja
Active Contributor
0 Kudos
57

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.

0 Kudos
56

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 ?

0 Kudos
56

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?