Question 1:Simply spoken I write with a script two lines in a Richtext-Item. Now I wan´t to add a HideWhen-Formula over the first line. Is it posible to control HideWhen-Parameters by Lotus Script?
Question 2:
Is it posible to refresh a RichTextItem without reloading the document?
Thanks!
Marco Weller
Subject: Refresh or Create Richtext-Item-Content from LotusScript in UI
As far as I know it’s not possible to control Hide-When formula through Lotus Script.
RichTextItems will only refresh when you reload the document. But in Notes 6 this works very smoothly. If you need a code example on how to do it, please let me know.
Ruedi Berger
Subject: Refresh or Create Richtext-Item-Content from LotusScript in UI
The only ways to control hide-when formulas through LotusScript are by dumping everything to DXL and manipulating the results to add a hide-when formula, or by using a third party product such as our Midas Rich Text LSX (see Working on a hide-when sample or the more entertaining but less serious Carrying concealed (case file) by Mike Midas for some script examples).