home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / may94 / cjfig02b.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  34.5 KB  |  511x348  |  8-bit (256 colors)
   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: ...