你能给我一个我应该如何编码到pfc_Validation
事件中的例子吗?这是我从未使用过的事件。例如,这是我在ue_itemchanged
事件中编码的内容。
if dwo.name = 'theme' then
This.Setitem(row,"theme",wf_clean_up_text(data))
end if
if dwo.name = 'Comments' then
This.Setitem(row,"Comments",wf_clean_up_text(data))
end if
哪种是在事件中编码这些验证的正确方法pfc_Validation
,以便它们仅在保存时间执行?