Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing a file after FCREATE
Message
From
28/01/2003 11:07:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00746221
Message ID:
00746224
Views:
18
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform