How to verify from the server if the remote users use their database from local rather than server?

How to verify from the server if the remote users use their database from local rather than from the server?

In the view Notes users from the administrator client, I can see Database(s) Open and Net Address. But are databases opened by the replicator?

Clients 5.0.13 and 7.0.2

Thanks!

Subject: How to verify from the server if the remote users use their database from local rather than server?

I’m sure this was addressed previously in ths forum, but possibly it was the R4/5 one a long time ago. Essentially, there is no way to tell.

Some workarounds people have developed - if you need to know for a specific database - would be adding a script to the db.open event to update a log or send a message to a mail-in database.

Subject: RE: How to verify from the server if the remote users use their database from local rather than server?

It’s a very good idea. Thanks a lot Maria!