home
design & development
Lotus application development
print design
web site development
request a design quote
solutions & consulting
Notes and Domino application development
Lotus Domino administration
Securence Mail Filtering
UNITRENDS backup and recovery
Lotus Notes / Domino Apps
free Lotus Notes apps
hosting
web site hosting
Lotus application hosting
check your mail
request a hosting quote
publishing
media and publishing
sound
client services
help & support
Make Payment
Client Access - Workboard
billing & payment policies
copyright & liability policies
pricing & turnaround policies
privacy statement
contact
e-mail MW
get files
send files
Prevent Pasting of Document
Author: Tripp W Black
Created: 11/20/2000 at 01:59 PM
Category:
Notes Developer Tips
Views, General
Prevent Pasting of Document
Description
Users can code an agent to prevent pasting of documents
based on the form name. The agent should be set to run
'When documents are pasted'.
===================================================
Code
SELECT @All;
@If(Form ="form1":"form2":"form4" ; @Return(""); "");
@Prompt([OK]; "Warning"; "Pasting of that document type is
not supported in this application.");
@DeleteDocument
Submitted by Charu Patel to searchDomino as a Lotus411
Developer Tip
http://lotus411.searchdomino.com/411/Tips.nsf/55660b3d5e416aa3882567b9005463f8/53bbcc3497e4adec8525695f006b4469?OpenDocument
previous page
×