Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MoveFolders problem
Message
From
30/11/2000 12:33:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00446793
Message ID:
00447477
Views:
9
Nadya:

>
Suppose, I have a table open shared. I want to open it shared at another user station. How can I check, what this table is not opened exclusively already? Fopen() always returns -1 regardless of the second parameter. Do I really need to use Error Handler here or there is another way?
>

Why not write a custom class wrapper for the use command and trap the error there? For example, the class could have an Exclusive property and a Use method. If Use raises an error code 3 when Exclusive is False, you then know the file is used exclusively by another user.

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform