Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Project hooks - running code on VSS checking
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00569365
Message ID:
00570890
Views:
18
Hi Fletcher,

Bill Walter, or perhaps one of his co-workers, has written a callback routine in, I think, VC++, to capture the VSS events. How to do so is documented in the VSS examples from the MS site. In VFP7, it might be possible to do the same.

Hank

>Hi all,
>
>I am trying to set up a project hook that run whenever anything is checked into Source Safe via the Project. Essentially, I want to capture the description of the changes and write them out to a log file so that I have a list of who edited what things. I can then use this as a cross reference against our error and change request system so that I can produce a list of what was changed/fixed since the last build.
>
>I can certainly write code against the project, but I can only add code to the queryModify method. The files objects have a "CheckIn" method, but I can't figure out how to get code into them since they are part of the collection of files.
>
>Thanks,
>
>Fletcher
Previous
Reply
Map
View

Click here to load this message in the networking platform