Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
? IsFlocked() behavior
Message
From
21/06/2001 12:51:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00521938
Message ID:
00522014
Views:
13
>I must be missing something:
>
>All from the command window VFP6 - clean load of VFP.
>
>? fopen('inv_mast.dbf',12) && returns 6 (file opens)
>? fclose(6) && return .T. (file closed)
>select 0
>use inv_mast shared
>? fopen('inv_mast.dbf',12) && returns -1 (unable to open file)
>use in inv_mast
>use inv_mast excl
>? fopen('inv_mast.dbf',12) && returns -1 (unable to open file)
>use in inv_mast
>
>What gives? - I do have Hackers Guide - great reference - I have tried all the other fopen parameters - all return the same for me.
>
>Thank you very much for your help.

Richard,
Do not include write access.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform