BUILD PROJECT Command
| Visual FoxPro 9.0 SP2 |
| BUILD PROJECT Command |
| See Also |
|
Creates a Visual FoxPro project table (.pjx) file by opening, processing, and including one or more specified program, menu, report, label, form, or library files in the project. A Visual FoxPro project consists of a .pjx file and a project memo (.pjt) file. You can also use BUILD PROJECT to rebuild a project.
BUILD PROJECT ProjectFileName [RECOMPILE] [FROM ProgramName1 | MenuName1 | ReportName1 | LabelName1 | FormName1 | LibraryName1 [, ProgramName2 | MenuName2 | ReportName2 | LabelName2 | FormName2 | LibraryName2 ...]] |
Parameters
- ProjectFileName
-
Specifies the name of the project file to create.
- [RECOMPILE]
-
Compiles all files in the project.
If RECOMPILE is omitted, only the files that have been modified are compiled when the project is built.
- [FROM ProgramName1| MenuName1| ReportName1| LabelName1| FormName1| LibraryName1]
-
Specifies the files to include in the project. You can specify one or more program, menu, report, label, form, or library files. By default, the first executable program or menu file in the FROM clause is the master program file.
Tip To rebuild a project, omit the FROM clause. Visual FoxPro refreshes the files in the specified project.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08