How to: Rename Views (Visual FoxPro)

You can rename views.

To rename a view

  1. Open the application project containing the view in the Project Manager.

  2. In the Project Manager, click the view.

  3. On the Project menu, click Rename File.

  4. In the Rename File dialog box, type the new name for the view.

  5. When you are finished, click OK.

For more information, see How to: Edit Files in Projects.

To rename a view programmatically

  1. Open the database containing the view.

  2. 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

Other Resources

Managing Views
Working with Views (Visual FoxPro)