Hi All
My ID just create Formula on Toolbar.
I want selected other Notes database documents for below action
-
Create new memo
-
Generate document link in memo
-
Add text for the document link
-
repeat step 2 , until process selected document.
How to handle using Lotus Notes formula ?
ERIC
ERIC
Subject: Create memo base on selected docuemnts
Do that in Lotusscript, much easier and you have more control over the code and what you do.
Subject: Create memo base on selected docuemnts
Hi All
I know how to using Lotus script, But I does not have designer right. I just able to create Toolbar button.
ERIC
Subject: Create memo base on selected docuemnts
Further to Karl-Henry’s response, you actually can’t do what you’ve described in Formula Language - it would be necessary to create a separate memo for each document. (You can sort of do it using notes:// URL links in text, but it’s very messy and very limited.) Even Lotusscript has some annoying limitations, in that you need to create code for every situation/database AND modify that code in accordance with user wishes. It’s a whole lot simpler, in the end, to simply teach your users how to use “Edit → Copy Selected As Table”.