Printing a memo gives only first character
I'm printing a memo from a ClientDataSet, but the first character is the only one printed. All other fields are printing fine.
This is my memo field:
Do I need extra settings to print a memo?
This is my memo field:
     DataField = 'Opmerking'
     DataSet = CursussenRepData
     DataSetName = 'Cursussen'
     Memo.Strings = (
      '[Cursussen."Opmerking"]')
Do I need extra settings to print a memo?
Comments
I'm evaluating Fast Reports and would like to make a decission if it's the right tool for our company. We will be using memo's and we will be using ClientDataSets, so I would like to know if this is a bug, or if I am just missing some setting somewhere.