Hi Folks,
I have designed a screen with a table control which is editable.I need to enter some values and when i press save thr values are to be updated into Database table.This is working fine.
But when i enter a -ve value like -1000 and press the save button it is giving an error 'Negative values not allowed'.But it is working for +ve values.
The field is of type DEC 17
Even i have changed it to Char17.But not working??
Can anyone help me??