richedit left and right align on same line

Hi, in a richedit I need to be able to print (within a reminder letter text) two colums showing the ageing of a customer's debt. The first column is a label (e.g. 30 days), the second the corresponding amount
I have all the data handy, printing fine etc but I "just" need to be able to left align the labels and right align the amounts in a format like this one:

Current 100.00
1-30 days 1 200.00
31-60 days 2 500.00
etc...
(you have to imagine that the labels are all nicely left aligned and the amounts all nicely right-aligned)

any ideas on how to achieve this ?
thanks in advance
Didier

Comments

  • edited 8:42AM
    No, richedit does not allow this. Use TfrMemoView, if possible.
  • edited 8:42AM
    Ok, I'll try that.
    Thanks for the advice

    Didier

Leave a Comment