We would like to keep users from exporting the data from specific views in one notes database. Is there a setting either in the database or the views to stop users from exporting data?
Subject: Any way to turn off File Export on a view (or database)?
Building on what Carsten suggests, here’s a link to code that turns export off then back on as user’s open then exit a db. You can put the code wherever it makes sense - db, view, doc.
Be advised - an astute user can just edit the ini file and put this stuff back in so this is far from bullet proof but it will keep most people from exporting data via standard methods.
There’s also a link in the post to a really good security discussion - long story short, if they can see it, they can take it.
HTH
Doug
Subject: Any way to turn off File Export on a view (or database)?
Hi David,
modify the notes.ini (Client) and delete all lines beginning with “VIEWEXP…”.
Now, when the user tries to file/export in a database-view he gets the message “export is not configured”…
Greetings
Carsten