Microsoft
Software
Hardware
Network
Question : In VFP how can you locate what windows users have use of a table or exclusive use of the table
Right now we have a table that when a user is in it they get exclusive use of that table. The issue is we want to tell the user who is trying to access that table, the user that currently has exclusive use of the table. Can this be done directly in VFP or via some kind of API call, whats the best way to go about getting the user who currently has use or exclusive use of a table, more importantly exclusive use? Thanks!
Answer : In VFP how can you locate what windows users have use of a table or exclusive use of the table
The VFP utility using API call is here:
http://www.berezniker.com/
content/pa
ges/visual
-foxpro/wh
o-
has-file
s-open-net
work
Random Solutions
write a IF_And_Then, OR statement correctly
SQL Reporting - Join Multiple Strings Returned From a Dataset
using InetTransferLib with Access2000
How to copy Selected items from one list box t oanother list box after the button insert is clicked
missing APPS.INF file
upgrade from Office 2000 Professional to Office 2007 Standard
Help with a Web service
How to export data from Access database?
export wordperfect 8 file to file from FoxPro General Field
Can I populate datagridview from data reader rather than data adapter