Hi all,
I've an interactive grid with number fields, with format mask FM999G999G990D00; the business request is to see only 2 decimal digits, even if on database column there are more than 2 decimal numbers
I notice a strange behaviour: my database table has columns A and B with these values:
On interactive grid I correctly see only 2 decimal on col. B
If I modify column A with 101 A and save, the result on database is:
but this is wrong because I have not modified column B; It seems like IG sends to database all the values that are on grid even if not changed.
For example, if I do the same thing with Oracle Forms this error doesn't happen.
Maybe there is something wrong on my IG or other?
Thanks a lot