Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Netfileclose
Message
From
16/06/2000 09:42:58
 
 
To
06/06/2000 09:44:33
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00376642
Message ID:
00381313
Views:
22
Netfileclose seems not to work (prob. my fault)
If I want to close a *.txt file I get a returncode=123 and the file is still open.
test=123

DECLARE INTEGER NetFileClose IN "NetAPI32.dll" ;
STRING cServer, ;
INTEGER nFileID
server=thisform.txtserver.value
id=val(thisform.txtID.value)
test=NetFileClose(server,id)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform