Fixed Length

I want to have in a report fixed length output in txt or ascii as shown in below image and attached txt example.For example i want the INVD to start from position 1 and stops to position 13 and the second data dn1 starts at position 15.What should I do to achieve this?Ι tried with dot matrix report with no success.

**With word position i mean the column number when i use Notepad++


Comments

  • Try to add TfrxDetailData band with RowCount = 1, move memos from MasterData to DetailData, set DetailData.RowCount based on LENGTH value in the MasterData.OnBeforePrint event in the script

Leave a Comment