Ah, I see. All I was missing was the keyword "shortcut"
Now running fine as:
define popup my_edit from mrow(), mcol() margin shortcut
define bar _med_cut of my_edit;
prompt "Cu\t";
key CTRL+X, "CTRL+X";
message "Cut"
....
activate popup my_edit
Thanks!
I'm working on a VFP 6 application and am having this same problem. I never got any popup from right clicking my fields, so I was planning to do just what you said and create custom right-click methods for user-defined text/edit boxes. I almost got it working. I'm popping up a box at the mouse...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.