Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How to make a table?

edited July 2004 in General
Hi there!

I must make a small table which must be stretchable. How can I do this?

It should look like this:


Description (leftjustify) Amount (rightJustify)
Desc2 Amount2
Desc3 Amount3

The only way I see is that I use 2 memos, one leftjustify and one
rightjustify.

Gruß aus den Bergen
Günter

Comments

  • edited July 2004
    Hi Gunter,

    Yes, it looks as though two memos would work the best for your situation.
    You may be able to use one memo for the description and then a DBText for
    the Amounts, depending on the effect you are after. Remember that if you
    need to stack memos, you can set the ShiftRelativeTo property so they do not
    overlap.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.