ADDBS()

BuildDateTime

This property of the Project object tells you when the project was last built.

Usage

tLastBuild = prjProject.BuildDateTime
BuildDateTime gives you a programmatic way to find out when a project was last built. It shows you the same information that's in the Project Info dialog for "Last Built:". The value returned is a datetime. If the project has never been built, you get the empty datetime ({ / / : : }).

Example

IF TTOD(Application.ActiveProject.BuildDateTime) < DATE()    WAIT WINDOW "Haven't built this project today" NOWAIT ENDIF

See Also

ActiveProject, Build, Project, Projects


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net