Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP taking too long to open project
Message
De
16/05/2001 09:51:29
 
 
À
16/05/2001 09:29:41
Fausto Garcia
Independent Developer
Lima, Pérou
Information générale
Forum:
Visual FoxPro
Catégorie:
Source Safe Control
Divers
Thread ID:
00507770
Message ID:
00507780
Vues:
25
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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform