And*_*rew 5 lotus-notes lotusscript lotus-formula lotus-domino
我需要从Lotus Formula调用Lotus脚本函数.
该函数返回一个结果.我不只是想运行一个不返回任何值的脚本.
这适用于Lotus Notes 7.
例
LotusScript函数:
Function isName( name As String) as Boolean
if name Is "Danny" Then
isName = true
endif
isName = false
End function
Run Code Online (Sandbox Code Playgroud)
LotusFormula
name := getName("troy")???????
Run Code Online (Sandbox Code Playgroud)
因此,我可以在莲花公式中使用该名称.
这可能吗?
不可以.使用Formula Language可以做的最好的事情是使用ToolsRunMacro或RunAgent @Commands调用LotusScript代理,通过文档字段或环境变量交换值.
| 归档时间: |
|
| 查看次数: |
6078 次 |
| 最近记录: |