How in OpenEdge ABL / Progress 4GL do I find the row id of a row that is right clicked in a browser.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure if this is what you’re looking for, but I hope it will be useful to someone.
I wanted to respond to the mouse’s Right-click in a browse. Right-clicking does not select the row you’re clicking on, so I had to programatically figure out which row it was.
This goes in the MOUSE-MENU-DOWN event of the browse:
I hope this helps.