ocr: l VALCHECKsCustomer DlEchangevalue method changevalue(uar eventinfo ValueEvent) var current Smallint enduar Save the current value in the record buffer. current = Self.value - Do the default behavior. doDerault if - eventinfo.errorcode() = 0 then : The default behavior was successful. Now evaluate the posted value. if Self.value >= 10000 and self.value <= 11000 then Value is not acceptable. Restore the original value. self.value = current S Signal to other built-ins that this built-in nethod failed. eventinfo.setErrorCode(peoutoFRange) endif endif endMethod No ayntax errora Edit Line: 19 Col: ...