Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VSS Automation - Checkin/Checkout
Message
From
15/11/2000 12:45:58
John Baird
Coatesville, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VSS Automation - Checkin/Checkout
Miscellaneous
Thread ID:
00442208
Message ID:
00442208
Views:
63
Hello again:

I am still messing with the project hook. I need to check out files from VSS in order to make them non-readonly. However; when I execute the following code, the foxpro VSS checkout dialog appears and waits for me to press okay for each and every occurence of files.count.

loProject = Application.ActiveProject
FOR lnI = 1 TO loProject.Files.Count
IF lnStatus = 1
loProject.Files(lnI).CheckOut()
ENDIF
ENDFOR

Is there a way to make this happen autmatically with no user input?
Next
Reply
Map
View

Click here to load this message in the networking platform