pfc_Validation
이벤트에 코딩해야하는 방식의 예를 들어 주시겠습니까? 이것은 내가 한번도 사용한 적이없는 사건입니다. 예를 들어 여기에 ue_itemchanged
이벤트에 코딩 된 내용이 있습니다. 그들은 저장 시간 만에 수행되도록 pfc_Validation
경우에 그 검증을 코딩의 적절한 방법이다pfc_Validation 이벤트 코딩 예
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
?