[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DBFNTX/1021 Data width error
Problem: The value assigned to a numeric FIELD variable could not be
accurately represented in the field width specified by the database
structure.
Solution: Change the program to suppress invalid values or modify the
structure of the database (.dbf) file to allow for larger values. DBU,
the Clipper Database Utility, can be used to modify the structure of a
database (.dbf) file. For more information, refer to the Basic
Concepts chapter of the Reference Book and the Database Utility chapter
of the Programming and Utilities Guide.
Note: The default handling for this error is to fill the relevant part
of the physical database record with asterisk (*) characters.
Subsequent accesses to the field will produce a value of zero until a
new value is assigned.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson