Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is table open on network
Message
From
20/11/1998 14:20:51
 
 
To
20/11/1998 14:04:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00159884
Message ID:
00159894
Views:
20
>Hello
>
>How can I know if table is open so I can avoid the error when I open the table exclusive.
>
>using vfp5
>
>Thanks
cError=on("error")
on error lErrorflag=.t.
use mytable exclusive
on error &cError.
if lErrorflag=.t.
 =messagebox("Cannot Open Table Exclusively")
 return
endif
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform