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: 

Table Control - Double Click

Former Member
0 Kudos

Hi,

I have created a table control using the wizard. Now I need the user to be able to double click a line which will do further processing.

I cannot get the 'double click' functionality working.

I need help.

Thanks

Martin

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Hi Martin,

you need to enable F2 function key by setting the PF-satus in PBO of the screen. try to give PICK for F2 and then activate the PF-status.

Regards

vijay

4 REPLIES 4

Former Member
0 Kudos

check ur pf-status. in that did u give PICK to the functionkey F2 which will enable the db click facility.

and u can get the values of the clicked field by GET CURSOR COMMAND

CHECK THIS THREAD ALSO.

former_member188685
Active Contributor
0 Kudos

Hi Martin,

you need to enable F2 function key by setting the PF-satus in PBO of the screen. try to give PICK for F2 and then activate the PF-status.

Regards

vijay

0 Kudos

apart from setting the PF-status with PICK (F2) also set the property "respond to double click" for the tablecontrol column in screen painter.

Regards

Raja

rahulkavuri
Active Contributor
0 Kudos

The above exactly suits ur requirement

Award points if found helpful