FLAM Issue Tracker - FL5
View Issue Details
0000606FL52.2 Subprogram FLUC (CONV)public2014-11-21 12:252015-04-15 15:36
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvednot fixable 
GeneralGeneralGeneral
5.1 
5.25.1.02 
0000606: Replace form feed at write.text()
Currently form feeds can only be replaced by new lines at read. It would be useful to replace is also at write, because at read you don't know if it must replaced or not. In such case it would be useful to keep the form feed in the data and at write you can deside about the replacment.
No tags attached.
Issue History
2014-11-21 12:25Falk ReichbottNew Issue
2014-11-21 12:25Falk ReichbottStatusnew => assigned
2014-11-21 12:25Falk ReichbottAssigned To => Falk Reichbott
2014-11-21 12:26Falk ReichbottSummaryReplae form feed at write.text() => Replace form feed at write.text()
2014-11-21 12:26Falk ReichbottDescription Updatedbug_revision_view_page.php?rev_id=198#r198
2014-12-01 07:58Falk ReichbottNote Added: 0000706
2014-12-01 07:58Falk ReichbottStatusassigned => resolved
2014-12-01 07:58Falk ReichbottFixed in Version => 5.1
2014-12-01 07:58Falk ReichbottResolutionopen => not fixable
2015-04-15 15:36Falk ReichbottFixed in Version5.1 => 5.1.02

Notes
(0000706)
Falk Reichbott   
2014-12-01 07:58   
Form feed is a delimitter and based on this no part of the data record. Means a from feed is only known at read and based on this it can only be replaced at read. The from feed is part of the rest element which is only used at write with method=original, but in this case the form feed as delimiter is the original and can not be replaced.