如何用lotusScript去实现读取数据库里的数据,根据在表单上获取的数据进行修改数据。如:获取到A,就把A转换成
如何用lotusScript去实现
读取数据库里的数据,根据在表单上获取的数据进行修改数据。如:获取到A,就把A转换成B,以B来代替其值。
[解决办法]
if doc.field = a then
doc.field = b
end if
如何用lotusScript去实现
读取数据库里的数据,根据在表单上获取的数据进行修改数据。如:获取到A,就把A转换成B,以B来代替其值。
[解决办法]
if doc.field = a then
doc.field = b
end if