本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- e_e
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- johnsmith9th
- forestqqqq
- nychen2000
- ajinn
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
- jveqi
- java-007
- sunj
最新文章列表
The basic of LotusScript Agent
1、FTSearch搜索:
Set dc=db.Ftsearch("name",0)
'0位置为最大的查询数,0为所有匹配的文件 FTSearch必须创建数据库索引
Set doc=dc.Getfirstdocument()2、Item:
Set doc=dc.Getfirstdocument()
While Not doc ...
如何用LotusScript附加文档
LotusScript语言提供我们一些工具选择、更新、修改Lotus Notes数据库,你可以在使用LotusScript在你的Notes Document中嵌入文档,LotusScript可以使得在你的Notes Document中嵌入很多数据类型,例如:texts, 数据库报表。
Sub Initialize
Dim ses As New NotesSes ...
What is LotusScript ?
前言:最近一个项目使用的是Domino平台的OA系统开发,所以找些相关资料学习下,有相同需求的,大家可以多多交流
Programming Notes and Domino applications using Domino Desinger is accomplished with several distinct programming/scripti ...