ocr: BUBBLEEBoX37C.changeValue* method changevalue(uar eventinfo ValueEvent) var evalDate Date enduar if not isBlank(eventinfo.newwalue() then try - - First try to cast the value as a date. evalDate == date(eventinfo.newvalue()) - The value was successfully cast as a date. Now we want to - - - check if it Falls within our arbitrary date range- if (evalDate < date("01/01/98)) then beepo msgstop("Date Error", I "Date supplied must be greater than 01/01/90!") eventinfo.setErrortode(pebadDate) endif onFail - - We Were not able to successfully cast the value as a Date. - - Set the error code appropriate ...