Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP60- REPLACE
Message
De
26/07/1999 15:02:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP60- REPLACE
Divers
Thread ID:
00246256
Message ID:
00246256
Vues:
57
Code #1 is supposed to do the same thing as code #2, but code #1 doesn't work when I run it from my command window. It generates an error message, "File is in use by another", why?

Thank you for your time.

CODE #1.
REPLACE uploaded WITH .T. FOR !RLOCK()

CODE #2.
USE accounts SHARED
DO WHILE !EOF()
IF !uploaded
IF RLOCK()
REPLACE uploade WITH .T.
ENDIF
ENDIF
SKIP
ENDDO
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform