Utility Programs

These tools are provided with Microsoft Visual FoxPro to help speed the process of application development.

In This Section

  • Code Analyzer
    Provides visual controls, a menu, and keyboard options to navigate through application file code by using output from the Documenting wizard.
  • Cpzero.prg
    Removes the code page mark from any file that has a table file structure.
  • Filer.dll
    Supports the most popular features of the Filer, including support for searching files for text strings and opening multiple files for editing.
  • Gendbc.prg
    Generates a program that can re-create a database.
  • Genhtml.prg
    Generates a Web page based on data in a table.
  • HexEdit
    Examines or changes address, byte, and ASCII values of data in a file.

Related Sections

  • Using the Object Browser
    Describes how the Object Browser enables you to view information about components, such as objects, classes, properties, methods and events.
  • How to: Operate the Command Window
    Explains that the Command window can be used to run code and that when you type a Visual FoxPro command in the window, the code is executed immediately.