This is a discussion on 4gl Error Anyhelp ? within the Informix forums, part of the Database Server Software category; --> Invoices being processed - Invoice No: 209001699 Program stopped at "st_invtype.4gl", line number 102. FORMS statement error number -1226. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Here's what you can do about : > finderr 1226 -1226 Decimal or money value exceeds maximum precision. The client is attempting to convert a number into a DECIMAL or MONEY variable. However, the number has more digits to the left of the decimal point than the declaration of the variable allows. Revise the program to assign the converted number to a variable with an appropriate precision. Hope it helps. Best regards. "Heath Norton" <heathn@infobase.co.zw> a écrit dans le message de news: mailman.44.1152265024.873.informix-list@iiug.org... Invoices being processed - Invoice No: 209001699 Program stopped at "st_invtype.4gl", line number 102. FORMS statement error number -1226. Decimal or money value exceeds maximum precision. Press Return to continue. |