I have a simple data entry table named ‘tr_detail’, in which
i have a field named ‘DEBIT’ (Type: Float, Size: 10,2).
Wen i am trying to edit any record in that table, the field appears empty (no value in it).
when i check the console, following error is occurring:The specified value “50,000” cannot be parsed, or is out of range.this is happening in all entries (which ever amount i am putting in this field, even 1 or 200 or 2000).Please help
Your number format (group separator and decimal separator) must match your locale setting (language ID).