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: 

How to impose a double click event on a screen field in Module pool program

Former Member
0 Kudos

Hi ,

any body can give me some example of some module pool programming in which there is double click event on a screen field.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sandipan

Please assign the 'PICK' as the okcode for the F2 key in they GUI status that you have set to your program.

Then In you PAI you can use GET CURSOR statement to get the field on which user has double clicked to take appropriate action.

~ Ranganath

1 REPLY 1

Former Member
0 Kudos

Hi Sandipan

Please assign the 'PICK' as the okcode for the F2 key in they GUI status that you have set to your program.

Then In you PAI you can use GET CURSOR statement to get the field on which user has double clicked to take appropriate action.

~ Ranganath