Labels:text | screenshot | display | software | multimedia software | number | computer icon | font OCR: DATERNG :: #Form1 :: status* method status(var eventInfo StatusEvent) if eventInfo.isPreFilter() then ; This code executes for each object on the form. if eventInfo.errorCode()=0 then disableDefault endIf else ; This code executes only for the form. if eventInfo.errorCode()=0 then disableDefault endif endIf endMethod + Edit Line: 1 Col: 1