Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test for a file used by someone else
Message
From
03/11/2003 10:17:51
 
 
To
03/11/2003 10:15:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00845609
Message ID:
00845613
Views:
19
>
>I need to copy or Use a table which me be opened by someone.
>
>How can I test if it is in use by someone else without generating an error?
>
>
Hi Oscar;
llerror = .f.
on error llerror = .t.
use mytable in 0 excl
if  llerror
    wait wind nowait "The table isn't available"
endif
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform