How to: Rename Views (Visual FoxPro)
You can rename views.
To rename a view
Open the application project containing the view in the Project Manager.
In the Project Manager, click the view.
On the Project menu, click Rename File.
In the Rename File dialog box, type the new name for the view.
When you are finished, click OK.
For more information, see How to: Edit Files in Projects.
To rename a view programmatically
Open the database containing the view.
Use the RENAME VIEW command.
For more information, see How to: Open Databases and RENAME VIEW Command.
See Also
Tasks
How to: Edit Files in Projects