LotusScript的函数如下: Function Explode(Byval sInput As String, ByVal sDelimiter As String) As Variant Dim sOutput As String Dim aOutput() As String Dim nPos As Integer Dim nNextPos As I
NotesDocument是Lotus Notes的核心对象之一,在开发中会遇到很多与它有关的反复出现的功能需求,可以写成通用的函数,比如针对一个文档,创建回复、取得父文档等等。下面就是一些例子: %REMDescription: Create a response for the given document.Use the given form name. Return the unsa
http://www-10.lotus.com/ldd/sandbox.nsf/140e61e7f55c607685256ead0064d6c4?OpenForm&ParentUNID=5957820FA8268DBF85256BAE00671773 下载地址 安装步骤: To install on a Notes Client or Domino Designer: Rename fi
作者:liyang588 原帖地址:http://blog.csdn.net/liyang588/archive/2005/08/27/466642.aspx 用ADO连接SQL是比较好的,不用象ODBC一样建DSN,速度快,稳定。这次给的是一个我实际工作中的一段代码,作用是从公司的ERP系统中抓取零件的主信息,更新到Lotus中。 Sub Initialize On Error Goto