Decimal Field Validation with version 3.53
"Florencia Vitale" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, We are having the same problem as an old thread "Decimal Field Validation" from 1998. We have a DECIMAL(5,2) variable, and as a result of some operations it is asigned a bigger value, and you only get to know it when you go to insert it into a column of a table, defined as Decimal(5,2) too. This works fine with I-4GL ? We are using WHENEVER ANY ERROR STOP or WHENEVER ANY ERROR CALL custom_function. We are working with version 3.53, wasn't it suppossed to be solved after version 2.02 of the original thread ? Or am I missing something ? Best regards, Florencia Vitale