Lotus Notes FAQ Visit Our Sponsor!


How do you remove Stored Forms from documents?

Create an agent with the following code:
SELECT $TITLE="Form Name";
FIELD $TITLE:=@DeleteField;
FIELD $INFO:=@DeleteField;
FIELD $WINDOWTITLE:=@DeleteField;
FIELD $BODY:=@DeleteField;
FIELD $ACTIONS:=@DeleteField;
FIELD FORM:="Form Name";

Notes V4 has a new $ACTIONS field that must be also deleted.


Applies to Notes Versions: 4 4.5 4.6 5
Last Modified: August 31, 1999
Home *Notes R3 *Notes R4 *Notes/Domino 4.5 *Notes/Domino 4.6 *Notes/Domino R5