是否有@DbLookup语句中的关键字参数的可能关键字列表?
对于这些关键字也有可用的解释吗?
谢谢马里奥
发布于 2012-07-26 18:34:09
在Lotus Domino Designer帮助数据库中查找@DbLookup的帮助主题,该数据库是Notes客户机安装的一部分(也是Domino服务器安装的一部分)。以下内容摘自有关关键字参数的文档:
Keyword. Optional. Keywords can be concatenated.
[FAILSILENT] returns "" (null string) instead of an error if the key cannot be found.
[PARTIALMATCH] returns a match if the key matches the beginning characters of the column value.
[RETURNDOCUMENTUNIQUEID] returns the UNID of the document instead of a field or column value.您也可以在信息中心找到联机文档:http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/topic/com.ibm.designer.domino.main.doc/H_DBLOOKUP_NOTES_DATABASES.html
https://stackoverflow.com/questions/11666872
复制相似问题