Trap Forward Button/Action

Anybody have tried to trap and intercept the forward action/button?

I have a database, and I wanted to prevent its document from being forwarded (via email), but still allow printing, copy/pasting.

This prevents an accidental mail forward from the user who have access to all fields, incl. sensitive fields/data.

Thanks!

Subject: RE: Trap Forward Button/Action

Is there something preventing you from just deleting the Forward action from the form and view design?

Subject: Trap Forward Button/Action

I remember forward working from a copy / paste routine so unless you lock down copy / paste you’d be struggling - that aside I have seen it done where Copy / Paste has been disabled using script / database settings and some degree of copy paste functionality has been offered by way of an explicitly scripted action button (or buttons). This could be the solution (along with some training) that you are looking for… you could also look into $KeepPrivate…

good luck

C>