Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know who has opened which file
Message
From
26/08/2004 09:33:16
 
 
To
26/08/2004 04:11:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00936509
Message ID:
00936585
Views:
28
>Hi Everybody,
>
>Can anybody tell me how to find out who(which user) has opened a specific file?
>
>For example, I want to know at any given time which user/work-station is using customer master file(dbf).
>
>Your help is greatly appreciated.
>
>Thanks,
>
>Don


We use a program called whohasit. It is a really easy fast app. The site listed is www.gagetfactory.com.

Of course another way would be to code a login for each user, then at the code where the table is used, if used() log that person as currently using the table, include timestamp, IP, whatever else you may want... and remove it from the table when the file is released or the app is closed at that workstation.
``` Appreciate a normal day, it is always better than a bad one ```

Kev
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform