Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] General Discussion
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 10-31-2008, 11:12 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
You could use project-level script events:

Code:
Sub vbld_StepStartingProject()

	If Step.Action = "SourceSafe" Then  ' replace with source control action being used
		' record step starting time
	End If

End Sub

Sub vbld_StepDoneProject()

	If Step.Action = "SourceSafe" Then
		' log elapsed time, etc.
	End If

End Sub
http://www.kinook.com/VisBuildPro/Ma...riptevents.htm
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 10:09 AM.


Copyright © 1999-2023 Kinook Software, Inc.