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
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
Thanks for the advice
Didier