Utility Programs
These tools are provided with Microsoft Visual FoxPro to help speed the process of application development.
In This Section
How to: Add a Label Definition Using Addlabel.app
Adds label sizes to the New Label dialog box in the Label designer.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
Development Productivity Tools
Describes the different tools available to help make creating Visual FoxPro applications easier and faster.How to: Use the Task List Manager
Explains how the Task List Manager can help keep track of shortcut, user-defined, and custom tasks.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.How to: Use the Accessibility Browser
Describes how you can use the Accessibility Browser to verify that your application is accessible to people with disabilities.How to: Use the Automated Test Harness
Explains that the Automated Test Harness can be used to run scripts to help automate the testing of your application.