Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is table open on network
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00159884
Message ID:
00159895
Views:
20
>Hello
>
>How can I know if table is open so I can avoid the error when I open the table exclusive.

One way is:

nferror = fopen('mypath/myfile')
if nferror >= 0
=fclose(nferror)
endif
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform