FLAM Issue Tracker - FL5
View Issue Details
0001020FL51.1 FLCLpublic2021-04-15 16:332021-04-15 17:34
Falk Reichbott 
Falk Reichbott 
normalminorN/A
resolvedfixed 
System Zz/OSV2R40
5.1.24 
5.1.255.1.25 
0001020: allocated space for FB files too small
At conversion from VB to FB the padding bytes must be add to the space allocation.
No tags attached.
Issue History
2021-04-15 16:33Falk ReichbottNew Issue
2021-04-15 16:33Falk ReichbottStatusnew => assigned
2021-04-15 16:33Falk ReichbottAssigned To => Falk Reichbott
2021-04-15 16:48Falk ReichbottNote Added: 0001338
2021-04-15 16:48Falk ReichbottStatusassigned => resolved
2021-04-15 16:48Falk ReichbottFixed in Version => 5.1.25
2021-04-15 16:48Falk ReichbottResolutionopen => fixed
2021-04-15 17:34Falk ReichbottNote Added: 0001339

Notes
(0001338)
Falk Reichbott   
2021-04-15 16:48   
Add 50% more space if a fixed format allocated

      if (FIOREC_isFIX(psAtr->uiRecFmt)) { // add space for padding of fixed records
         siDefPri+=siDefPri/2;
         siDefSec+=siDefSec/2;
      }
(0001339)
Falk Reichbott   
2021-04-15 17:34   
If a new record length defined then the expansion factor to the original record length will be add tot he space parameter.