CleanUp
This project method corresponds to the Clean Up Project option on the Project menu, but goes it one better. It packs the project table and, optionally, removes compiled code to force it to be recompiled.
Usage |
prjProject.CleanUp( [ lDeleteObjectCode ] ) |
Parameter |
Value |
Meaning |
lDeleteObjectCode |
.F. or omitted |
Leave the compiled code in the project alone. |
.T. |
Remove the compiled code from the Object memo field. |
Example |
_VFP.ActiveProject.CleanUp() |
See Also |