Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Sourcesafe slows down
Message
From
04/09/2000 04:03:43
 
 
To
04/09/2000 03:24:50
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00411746
Message ID:
00412220
Views:
27
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform