Some much used features - at least by me - in one smarticon.
Choice2 := Choice2; Choice1 := @Prompt([OKCANCELLIST]; "Select action"; "Select the action to perform"; "Open view"; "Open view" : "Run agent" : "Create document" : "Refresh Selected Docs" : "Debug Lotusscript" : "Create Bookmark (Mail)"); @If( Choice1 = "Open view"; @Do( @Set("Choice2"; @Prompt([OKCANCELEDIT]; "Enter name"; "Enter the name of the view (synonym)"; "")); @PostedCommand([OpenView]; Choice2) ); Choice1 = "Create document"; @Do( @Set("Choice2"; @Prompt([OKCANCELEDIT]; "Enter name"; "Enter the name of the form (synonym)"; "")); @PostedCommand([Compose]; ""; Choice2) ); Choice1 = "Run agent"; @Do( @Set("Choice2"; @Prompt([OKCANCELEDIT]; "Enter name"; "Enter the name of the agent (synonym)"; "")); @PostedCommand([ToolsRunMacro]; Choice2) ); Choice1 = "Refresh Selected Docs"; @Command([ToolsRefreshSelectedDocs]) ; Choice1 = "Debug Lotusscript"; @Command([DebugLotusScript]) ; Choice1 = "Create Bookmark (Mail)"; @Command([Compose]; @MailDbName; "Bookmark"); "" )
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
This was first published in December 2001