当前位置: 代码迷 >> Lotus >> 怎么用lotusScript去实现
  详细解决方案

怎么用lotusScript去实现

热度:177   发布时间:2016-05-05 06:52:08.0
如何用lotusScript去实现
读取数据库里的数据,根据在表单上获取的数据进行修改数据。如:获取到A,就把A转换成B,以B来代替其值。
------解决方案--------------------
if doc.field = a then
   doc.field = b
end if