Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing a file after FCREATE
Message
De
28/01/2003 11:07:16
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00746221
Message ID:
00746224
Vues:
19
Robin, when you open/create the file with FCREATE save the returned file handle. Then use the file handle in the FCLOSE function. ie:

nHandle = FCREATE( ....)
your code here
=FCLOSE(nHandle)


>I'm writing to a file after FCREATE, then close it using FCLOSE(IO)
>
>But only issueing a CLOSE ALL is actually close the file properly so another user can open it to read it or whatever.
>
>What happening here?
>
>Any ideas?
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform