I have to write a fixed-length record text file from a TFDQuery dataset. Can someone please point me to some information on this topic?

Comments

  1. Drop a TFDBatchMode, TFDBatchMoveDataSetReader and TFDBatchMoveTextWriter on your form or datamodule and connect to your TFDQuery. Set the RecordFormat of the writer to rdFixedLength.

    ReplyDelete
  2. Thank you all. I will investigate the proposed solutions.

    ReplyDelete

Post a Comment