Alpha released for FoxPro TabbingNavigation
The included source code is tested with Visual FoxPro 9 SP2. It includes a project file to create a runtime binary. The TAB.APP file was created with the belonging project and includes all its stuff (graphics, code et ceterea). Therefore you can copy it everywhere to run. It has to be called once in your development environment or within your application. Just execute following line to register the tab key in the current VFP instance:
Do [PathToProject]\Tab.App with .t.
Afterwards the keys Ctrl+Tab should result in a selection window.