When I use the keyboard command it works in the foxpro debugging enviroment, but when I build the .exe the Keyboard command does not work. When I have the foxpro form in focus even pressing F1 nothing happens till I take focus off the running application?
Example
KEYBOARD "{F1}"
In debug non .exe mode works great, but in .exe mode does not do anything?