Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP taking too long to open project
Message
From
16/05/2001 09:51:29
 
 
To
16/05/2001 09:29:41
Fausto Garcia
Independent Developer
Lima, Peru
General information
Forum:
Visual FoxPro
Category:
Source Safe Control
Miscellaneous
Thread ID:
00507770
Message ID:
00507780
Views:
24
This message has been marked as a message which has helped to the initial question of the thread.
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