首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

NotesUIDocument跟NotesDocument的差别

2012-06-29 
NotesUIDocument和NotesDocument的差别测试目的:某域值更新后,隐藏条件设置与次域有关的相关域的隐藏立即

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

一句话:尽量使用NotesDocument

热点排行