|
Re: 'Invalid number' Error [message #623465 is a reply to message #623463] |
Wed, 10 September 2014 07:15  |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
You are trying to convert (probably implicitly) a character string into a number. It, apparently, fails.
Check column's data types, review code you wrote in a report, find mismatches and fix them.
Someone might give you a better hint if you posted table's descriptions and report code which fails.
|
|
|