Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: Errors with Demo "Numbers"
|
|
Posted: 2000/07/22 08:36 |
|
|
|
|
Hi !
With N110, N11_, N19_, N194 fields there was a bug. I fixed it. Changes will be included into 0.8.2 version.
Columns N__, N_0, N195 have type TStringField, because if TOCIQuery.DataFormat.EnableNumbers = True, then "big" number fields will be mapped into otNumber (internal NCOCI8 data type) and it will be mapped into ftString (Delphi data type). This is because Delphi does not have data type with sufficient precision. If you will assign one field with otNumber type to parameter or backward, then NCOCI8 will not lost precision. Also you can use TStringField.AsFloat to access value as Double.
|
|