I have used the application wizard to create my first application in Visual Foxpro 7.0. In the KEYPRESS event of my forms, I would like to check for the operator pressing F10 function key (nkeyCode = -9). In my Foxpro 2.6 applications, this key is used to display a popup selection for the active field. The whole process works if I change the function key to F5 (nkeycode = -5), but I cannot get F10 to work. I am assuming there is something in the framework that is causing this, but I have not yet been able to find it. Any ideas? Thanks in advance for your help.