Tailor K
Member²
I am using DOA 4.0.7.1 on Delphi 6 and have many fields of type fkInternalCalc. At SQL they are created as just simple to_char(null), on the dataset I put specific size on them, as it are used to store temporary data while doing some processes.
I am upgrading to Delphi 2006, and on this versions, the TFields are 'live': they change it's size when the dataset is opened - go all to 1. Is this a normal behaviour, and a bug on D6, or vice-versa? I could make something like LPad(' ', 40) on the SQL, but it will generate too much 'garbage' and network traffic for nothing.
Any help is welcome.
I am upgrading to Delphi 2006, and on this versions, the TFields are 'live': they change it's size when the dataset is opened - go all to 1. Is this a normal behaviour, and a bug on D6, or vice-versa? I could make something like LPad(' ', 40) on the SQL, but it will generate too much 'garbage' and network traffic for nothing.
Any help is welcome.