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

Table Control - Double Click

Former Member
0 Likes
666

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
Read only

Former Member
0 Likes
608

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
Read only

Former Member
0 Likes
608

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.

Read only

Former Member
0 Likes
609

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

Read only

0 Likes
608

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

Read only

rahulkavuri
Active Contributor
0 Likes
608

The above exactly suits ur requirement

Award points if found helpful