ocr: FRMNAV3.FSL-Forml-keyPhysical method keyPhysical(uar eventinfo KeyEvent) var UCC Smallint enduar if eventInfo.isPreFilter() then ;// This code executes for each object on the Form: doDefault if eventinfo.errorCode() <> 0 then UCC = eventinfo.UCharCode() switch case (UCC = UK_ Tab and eventinfo.isShiftkeyDown() ) or UCC = UK Left or UCC = UK_Up : active.Action(FieldGroupBackward) case UCC = UK Tab or UCC = UK Right or UCC = UK Down : active.Action(FieldGroupforward) endSwitch endif else ;// This code executes only for the Form: endif endmetnod Edit Line: 13 Col: 1