Right alignment does not work
When reading character data directly from TADOTable (whether Unicode or Nonunicode) it does not properly align to right side in TMemoView. However after several tests finally I created a TClientDataSet and copied into it all records from TADOTable and then connected it to TfrxDBDataSet and it worked fine.
Can any one let me know whether it is a bug in FastReport 3.0 or there is some other way around when reading text directly from a TADOTable.
Can any one let me know whether it is a bug in FastReport 3.0 or there is some other way around when reading text directly from a TADOTable.
Comments
May I get someone from FastReport Support Department to answer this question. The problem still persists which I will repeat in one sentence:
If the datasource of frxDBDataset is a TADOTable that I cannot Right-align the content of TfrxMemoView, however if the datasource is a memory table such as TClientDataset then it works fine.