Lotus Notes FAQ


How do you create a Doclink automatically?


Add these lines to your macro:
@Command([FileOpenDatabase];"database";"view";"key";"1";"1");
@Command([EditMakeDocLink]);
@Command([FileCloseWindow]);
@Command([EditDown];"1"); ==> how many fields down from your button
@Command([EditPaste]);


Home *Notes V3 *Notes V4 *Notes/Domino 4.5

Last Modified: April 17, 1996