Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual Sourcesafe slows down
Message
De
04/09/2000 04:03:43
 
 
À
04/09/2000 03:24:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00411746
Message ID:
00412220
Vues:
26
I downloaded this prg from somewhere which I run in a a macro...
CTRL O ...

***********openproj
LPARAMETERS ccProject

IF PARA()=0
ccProject= "d:\solivpdm.ora\solivpdm.pjx"
ENDIF

local llAbort, lnProjectCount, lnCount

llAbort = .f.
lnProjectCount = application.projects.count
for lnCount = 1 to lnProjectCount
if ccProject $ LOWER(application.projects.item(lnCount).name)
llAbort = .t.
endif
endfor

if !llAbort
use (ccProject)
IF ALIAS()!=""
replace all user with iif(local,"Y","N")
replace all local with .t.
use
modify project (ccProject) nowait
use (ccProject) again shared
replace all local with user=="Y"
use
ENDIF
endif
*****************************

Also if you are running a virus program disable it...
I.E. macafee, norton antivirus...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform