Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VSS Automation - Checkin/Checkout
Message
De
15/11/2000 12:45:58
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
VSS Automation - Checkin/Checkout
Divers
Thread ID:
00442208
Message ID:
00442208
Vues:
58
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform