- 博客(4)
- 资源 (4)
- 收藏
- 关注
原创 保存并重新打开文档(用以实现部分计算域的更新)
call doc.save(True,True)call uidoc.close(True)call ws.EditDocument(True,doc)
2013-04-18 14:06:01
590
转载 如何在邮件中创建一个链接指向文件系统中的文件
通过以下方法可以创建一个链接指向文件系统中的文件:1. 创建一个新邮件并在内容中写上共享文件的名字。2. 选中步骤1中写入的文字,选择 “创建 -> 热点 -> 链接热点”。3. 在热点属性中指定以下值:类型 = URL值 = file://servername/folder/filename.doc其中servername代表文件共享服务器的服务器名, folder代表文
2012-12-17 09:28:51
3097
转载 判断RTF域中的内容是否为空
判断RTF域是否有值(文本或附件):On Error Goto label1 Dim ws As New notesuiworkspace Dim uidoc As notesuidocument Set uidoc=ws.currentdocument Call uidoc.gotofield("richTextField") ‘将光标放在指定的域
2012-12-14 17:52:38
925
原创 LotusScript上传Excel附件并显示内容
Sub uploadFileDim ws As New NotesUIWorkspaceDim uidoc As NotesUIDocumentSet uidoc = ws.CurrentDocumentCall uidoc.SaveDim doc As NotesDocumentSet doc = uidoc.DocumentDim session As New No
2012-12-14 17:35:57
1044
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人