Frank: I'm wondering if you have some garbage data in a date column in that table. When RBase hits that row in the table when trying to update "all" rows you get that error. I'd try doing a "select distinct" on each date column and see if you get garbage. Also check if you have any computed columns that reference date fields.
Karen In a message dated 3/15/2012 7:20:58 AM Central Daylight Time, [email protected] writes: > I have been running into an error when in edit mode of browsing a data > set from a table and I attempt to use the replace all column values on any > column (all different types, text, integer,etc) > > -ERROR- Invalid DATE value (2418) > > Now if I go down through the data and change the value manually for each > row, I do not get this error. Also if I use the update command from the > command prompt with the same where condition, no error. Only when browsing a > table and using the replace all column values does this appear. Any ideas > on why this might be appearing ? > > RB 9.1 Version 9.1.5.20214 >

