
Lotus Domino
freefly
我最近经常骑单车
展开
-
How do you get the server to recognize changes to groups immediately?
"show nlcache" gives you the current status of the NameLookup Cache"show nlcache reset" reset the NameLookup Cache原创 2004-08-01 17:59:00 · 754 阅读 · 0 评论 -
OA系统的设计原则
由于OA系统的使用人群普遍存在使用计算机能力不高的情况,而且也不可能要求这些用户像使用专业系统那样的去"精通"OA系统,所以,OA系统的定位应该是以一个大家都会用、易用的"常规武器"的面貌出现,而不是只有专家才能使用的"高科技武器"。但是,"易用"的系统很容易让人联想到功能不够丰富,无法处理一些特殊情况等等缺陷。如何处理好这两者之间的关系,是该项目能不能得到客户认可的关键因素。其实,我们原创 2008-10-17 19:23:00 · 832 阅读 · 0 评论 -
如何设计一个基于Lotus的可配置的工作流
要实现流程的“可配置”,即相当于由用户自己“组建”流程,那么,对于程序的开发者,要做的事自然就是一个相反的过程(“拆解”流程)。考虑如何拆解流程能使用户重新组建时省力省心,实际上就是设计一个好用的、可配置的工作流的过程。清楚了我们要做的事之后,在开始做事之前,我们还需要制定一些做事的原则(“拆解”的原则和方向),毕竟,我们的初衷,不仅仅是能把事做完,把事情做好才是最终目标。那么,什么才是原创 2009-03-11 19:39:00 · 3829 阅读 · 0 评论 -
Lotus Notes/Domino 的C API编程
了解使用 Lotus Notes/Domino C API 进行编程的来龙去脉。本文将解释 C API 工具箱中发现的一些重要特性,并提供一些可以用来满足您需求的应用示例。使用 Lotus C API for Lotus Notes/Domino 常常使人想起一把方便好用的老式瑞士军刀:一个时髦的小工具箱,包含许多没有书面文档的(undocumented)有用部件!本文旨在重点介绍转载 2009-03-20 20:36:00 · 1582 阅读 · 0 评论 -
如何使POP3的客户端忽略邮件的已读或未读状态以接收所有邮件
今天用户因为迁移服务器不知为啥要用户重新下载所有邮件,但是Pop3客户端只能接收到那些未读的邮件,因此过来咨询解决办法,在网上找了一下,有这个问题是有现成答案的: 从 Domino R 5.0.6起(包括Domino R6),可以用如下的参数来设置,以使得POP3的客户端可以接受在邮件库中的收件箱中的所有邮件( 忽略邮件的已读或未读状态): POP3_READ_ALL=1 注意:原创 2009-03-31 12:14:00 · 4699 阅读 · 0 评论 -
144个工作流引擎需要具备的功能
一般性功能 (General Functions) 1. 免程序开发(No Programming or Scripting) 2. 可处理大量流程工作 (Volume Transaction Processing) 3. 三层式弹性化架构(Three Tier, Scaleable Architecture) 4. 稳定的信息传递架构(Robust Message Transports) 5.转载 2009-09-22 13:30:00 · 1267 阅读 · 0 评论 -
Lotus Note ID详解
http://www-01.ibm.com/support/docview.wss?uid=swg27002668 UNID (Universal Note ID) - 唯一地确定了文档(note), 不管它(note)是位于何处或所处何时.另一方面, 每个文档(note)的复本拥有相同的 UNID, 并且 UNID 不会因为文档的更改而变化. OID (Originator ID) -转载 2009-09-23 12:02:00 · 6070 阅读 · 0 评论 -
Notes邮件未读标记在用户未打开过邮件的情况下被修改为已读问题
通过测试可以确定问题的原因是在服务器上运行了带参数"-c"的compact命令。而且未读被修改为已读的邮件还有一个特点:下班关闭邮箱后收到的邮件。在查阅资料后获得下面线索:1、compact带参数"-c"是样式压缩,压缩过程会建立一个新的数据库。2、未读标记以一个列表的形式保存在数据库里,在用户打开数据库的时候读入服务器内存,并下载到用户本地客户端。3、新收到的邮件在用户未打开邮箱原创 2009-09-23 12:22:00 · 4379 阅读 · 0 评论 -
通过LotusScript运行服务器命令
在不需要输出的情况下,LotusScript可以通过下面的服务器代理运行Domino命令:Dim cmd As Stringcmd = "tell http restart"Dim i As Integeri = Shell("nserver -c """ + cmd + """")转载 2009-11-12 17:00:00 · 1063 阅读 · 1 评论 -
url编码
RedirectTo=http:%2F%2F192.168.11.1:1188%2FEasyCenter.nsf%2Fdocop%3FOpenAgent%26dbName%3DEasymembertalk.nsf%26viewName%3Dst_opinion%26formName%3Dbd_opinion长度应该没有超,因为?,=,&在get字符串里有特殊意义,可以把他们用url编码提交,编原创 2004-08-22 16:07:00 · 801 阅读 · 0 评论 -
RTF field how to work
What you see in the front end (UI) is NOT a Rich Text field -- it is the rich text editor. The actual RTItem only exists in the back end. Think of it as a file that stores the data that you create wit原创 2004-08-08 18:08:00 · 723 阅读 · 0 评论 -
Can you refresh a document in the Notes client after changing a rich text field?
What you have to do is:1) set the SaveOptions field to "0"2) save using uidoc.save (doesnt really save because of the SaveOptions field)3) get a reference to the original document using uidoc.Docum原创 2004-08-01 18:19:00 · 898 阅读 · 0 评论 -
How do you refresh Private View designs on clients?
Delete the database icon from the users workspace and re-add it. Deleting the database will cause all the Private Views to be removed. When the user re-opens the database, new Private Views (with t原创 2004-08-01 18:12:00 · 857 阅读 · 0 评论 -
Can LotusScript operate on Private Views?
LotusScript can access private views by opening the desktop.dsk file. Being able to do this is useful if there is design change on the private view. Users wont get the new design unless they remo原创 2004-08-01 18:16:00 · 751 阅读 · 0 评论 -
How do you restrict a field to contain alphanumeric characters only?
This is an example of code that uses regular expressions to limit a fields entry. Put this in a fields Input Validation formula: @If( @Matches(Serial_Num; "+{0-9}"); @Success; @Matches(Serial_Num原创 2004-08-01 21:20:00 · 1050 阅读 · 0 评论 -
RTF域修改与保存
RTF域值在程序中编辑修改后,只能调用doc.save(false,true)不能调用uidoc.save,也不能在文档中单击保存按钮,否则后台修改无效。并且其修改的内容当前不能显示,只有不保存退出文档,再打开才能显示。因为RTF域只能通过后台LotusScript修改。原创 2004-07-31 21:20:00 · 1383 阅读 · 0 评论 -
从视图引出附件文件的LOTUSSCRIPT程序设计
Sub Click(Source As Button)---Dim session As New notessession-- Dim db As notesdatabase---Dim dc As notesdocument.ollection---Dim doc As notesdocument. ---Dim doc2 As notesdocument. ---Dim item As not原创 2004-07-31 21:33:00 · 876 阅读 · 0 评论 -
From a response document, how do you update a field in the parent document?
Use @SetDocField($Ref;"Field on Parent Doc";"Value") in a formula in a field on your response doc. When the response is saved, the parent will be updated. The $Ref parameter is the document number o原创 2004-08-01 21:30:00 · 686 阅读 · 0 评论 -
Can you have an agent send mail as a specific person?
In LotusScript, use the CopyToDatabase method of the NotesDocument class to copy a document into mail.box (on the server) without any Paste agents or server tasks overwriting any fields. The documen原创 2004-08-01 21:34:00 · 1219 阅读 · 1 评论 -
将视图数据引出EXCEL文件的LOTUSSCRIPT程序设计
Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim doc As Notesdocument.nbsp Dim excelApplication As Variant Dim excelWorkbook As Variant Dim excelSheet As Variant原创 2004-07-31 21:35:00 · 1196 阅读 · 0 评论 -
Domino配置Internet邮件转发服务器的经验总结
原理:如果在 Internet 地址中指定的网络域不属于本地 Internet 网络域,那么您的邮件基础结构将确定 Router 如何路由消息:1.如果发送服务器允许使用简单邮件传输协议 (SMTP) 路由本地 Internet 网络域之外的邮件,并且在“配置设置”文档中为此服务器配置了转发主机,那么路由服务器会在网络域命名服务 (DNS) 中查找转发主机,建立简单邮件传输协议 (SMTP)原创 2009-11-19 17:23:00 · 3876 阅读 · 0 评论