In a form, I place a TFixedFormatDataSet
with schema:
P=18
E=17
N=24
Z=19
D=10
which corresponds to the following fixed column data file
1 21 31 41 51
2 22 32 42 52
3 23 33 43 53
4 24 34 44 54
5 25 35 45 55
6 26 36 46 56
7 27 37 47 57
8 28 38 48 58
9 29 39 49 59
10 210 310 410 510
11 211 311 411 511
[/font]
After activation, FieldDefs has 5 items that have a correct size.
So I should have a correct split of the columns of the file but instead, I have the result displayed in the image
Has anyone ever used a TFixedFormatDataSet to read data from a fixed column file?