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.
我正在运行一个修改视图列标题的代理(使用 NotesViewColumn 类)。一切都很好,直到我打开修改后的视图,在下面的状态栏中显示“自签名后文档已被修改或损坏!(数据)”。关于如何解决这个问题的任何建议。提前致谢。
我将视图作为NotesDocument对象使用NotesDatabase.getDocumentByUNID('unid of view'),使用sign()和save()方法,它有效:) 再次感谢
NotesDocument
NotesDatabase.getDocumentByUNID('unid of view')
sign()
save()