读书人

NotesUIDocument跟NotesDocument的差别

发布时间: 2012-06-29 15:48:47 作者: rapoo

NotesUIDocument和NotesDocument的差别
测试目的:某域值更新后,隐藏条件设置与次域有关的相关域的隐藏立即生效.
'Call uidoc.FieldSetText(strRowNumItm,Cstr(iRowNum))
Call note.ReplaceItemValue(strRowNumItm, iRowNum)
Call uidoc.Reload()
Call uidoc.Refresh

一句话:尽量使用NotesDocument

读书人网 >行业软件

热点推荐