When you convert projects or files, check .PRG files for code you can modify to take full advantage of the Visual FoxPro event model. You might relocate code or procedures to events or methods in containers or objects, or use new Visual FoxPro commands or functions.
From within the Project Manager, you can check all project files for the following situations:
Tip To access properties of controls in .PRG files, use the _SCREEN system variable, and the ActiveForm, and ActiveControl properties.