Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了确定是否发生了典型情况,即“文档自签名后已被修改或损坏!” 消息,由 Notes 本身打印在状态栏上。所以我想阅读状态栏,因为我已经知道哪一行代码可能会在某些情况下抛出这个警告。基于此,我将设置我的代码以一种或另一种方式工作。谢谢。
在 LotusScript 或 @Formula 中无法获取状态栏的内容。
但是:您可以确保,状态栏中出现的任何内容都写入 IBM_TECHNICAL_SUPPORT 中的 log.nsf 和/或 console.log ... 从那里您可以使用 LotusScript 进行检查。只需设置 notes.ini- 参数
日志状态栏=1
在执行代码的客户端上,状态栏中的每个输出都将写入上述两个位置,并且可以从那里读取。